#B69FEB

Color #B69FEB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B69FEB

Tints of Biloba Flower #B69FEB

Color information

#B69FEB (or 0xB69FEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and EB. RGB value is (182,159,235). Sum of RGB (Red+Green+Blue) = 182+159+235=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FEB is #496014. Grayscale: #AEAEAE. Windows color (decimal): -4808725 or 15441846. OLE color: 15441846.

HSL color Cylindrical-coordinate representation of color #B69FEB: hue angle of 258.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69FEB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182159235-
CMYK0.230.3200.08
HSL258.16º65.52%77.25%-
HSV(B)258.16º32.34%92.16%-
XYZ46.6840.7484-
YUV174.54162.12133.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=31.60%
G=27.60%
B=40.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821592350.230.3200.08258.1665.5277.25
HexB69FEB172008102424d
Octal2662373532740010402102115
Binary101101101001111111101011101111000000100010000001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FEB; }

 p { color: rgb(182,159,235); }

 H1.HeaderClassName
 {
   color: #B69FEB;
 }
 .AnyTagClassName
 {
   color: #B69FEB;
 }
</style>
background-color css

<style>
 a { background-color: #B69FEB; }

 a { background-color: rgb(182,159,235); }

 div.DivClassName
 {
   background-color: #B69FEB;
 }
 .BgClassName
 {
   background-color: #B69FEB;
 }
</style>
border-color css

<style>
 span { border-color: #B69FEB; }

 span { border-color: rgb(182,159,235); }

 td.TdClassName
 {
   border-color: #B69FEB;
 }
 .TagClassName
 {
   border-color: #B69FEB;
 }
</style>