#B09CCE

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

Shades of Biloba Flower #B09CCE

Tints of Biloba Flower #B09CCE

Color information

#B09CCE (or 0xB09CCE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and CE. RGB value is (176,156,206). Sum of RGB (Red+Green+Blue) = 176+156+206=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B09CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCE is #4F6331. Grayscale: #A7A7A7. Windows color (decimal): -5202738 or 13540528. OLE color: 13540528.

HSL color Cylindrical-coordinate representation of color #B09CCE: hue angle of 264º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09CCE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176156206-
CMYK0.150.2400.19
HSL264º33.78%70.98%-
HSV(B)264º24.27%80.78%-
XYZ40.9337.4663.47-
YUV167.68149.63133.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=32.71%
G=29.00%
B=38.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761562060.150.2400.1926433.7870.98
HexB09CCEF180131082247
Octal260234316173002341042107
Binary1011000010011100110011101111110000100111000010001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CCE; }

 p { color: rgb(176,156,206); }

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

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

 a { background-color: rgb(176,156,206); }

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

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

 span { border-color: rgb(176,156,206); }

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