#B09DC2

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

Shades of Biloba Flower #B09DC2

Tints of Biloba Flower #B09DC2

Color information

#B09DC2 (or 0xB09DC2) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and C2. RGB value is (176,157,194). Sum of RGB (Red+Green+Blue) = 176+157+194=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #B09DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DC2 is #4F623D. Grayscale: #A6A6A6. Windows color (decimal): -5202494 or 12754352. OLE color: 12754352.

HSL color Cylindrical-coordinate representation of color #B09DC2: hue angle of 270.81º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09DC2 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176157194-
CMYK0.090.1900.24
HSL270.81º23.27%68.82%-
HSV(B)270.81º19.07%76.08%-
XYZ39.737.2456.13-
YUV166.9143.29134.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=33.40%
G=29.79%
B=36.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761571940.090.1900.24270.8123.2768.82
HexB09DC291301810f1745
Octal260235302112303041727105
Binary101100001001110111000010100110011011000100001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DC2; }

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

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

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

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

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

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

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

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