#B09DC8

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

Shades of Biloba Flower #B09DC8

Tints of Biloba Flower #B09DC8

Color information

#B09DC8 (or 0xB09DC8) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and C8. RGB value is (176,157,200). Sum of RGB (Red+Green+Blue) = 176+157+200=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #B09DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DC8 is #4F6237. Grayscale: #A7A7A7. Windows color (decimal): -5202488 or 13147568. OLE color: 13147568.

HSL color Cylindrical-coordinate representation of color #B09DC8: hue angle of 266.51º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09DC8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176157200-
CMYK0.120.2200.22
HSL266.51º28.1%70%-
HSV(B)266.51º21.5%78.43%-
XYZ40.3937.5159.76-
YUV167.58146.29134-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=33.02%
G=29.46%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761572000.120.2200.22266.5128.170
HexB09DC8C1601610b1c46
Octal260235310142602641334106
Binary101100001001110111001000110010110010110100001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DC8; }

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

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

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

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

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

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

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

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