#B09DCE

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

Shades of Biloba Flower #B09DCE

Tints of Biloba Flower #B09DCE

Color information

#B09DCE (or 0xB09DCE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and CE. RGB value is (176,157,206). Sum of RGB (Red+Green+Blue) = 176+157+206=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B09DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DCE is #4F6231. Grayscale: #A8A8A8. Windows color (decimal): -5202482 or 13540784. OLE color: 13540784.

HSL color Cylindrical-coordinate representation of color #B09DCE: hue angle of 263.27º degrees, saturation: 0.33, 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 #B09DCE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176157206-
CMYK0.150.2400.19
HSL263.27º33.33%71.18%-
HSV(B)263.27º23.79%80.78%-
XYZ41.137.863.52-
YUV168.27149.29133.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=32.65%
G=29.13%
B=38.22%

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
Decimal1761572060.150.2400.19263.2733.3371.18
HexB09DCEF180131072147
Octal260235316173002340741107
Binary1011000010011101110011101111110000100111000001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DCE; }

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

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

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

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

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

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

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

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