#B09DDB

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

Shades of Biloba Flower #B09DDB

Tints of Biloba Flower #B09DDB

Color information

#B09DDB (or 0xB09DDB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and DB. RGB value is (176,157,219). Sum of RGB (Red+Green+Blue) = 176+157+219=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDB is #4F6224. Grayscale: #A9A9A9. Windows color (decimal): -5202469 or 14392752. OLE color: 14392752.

HSL color Cylindrical-coordinate representation of color #B09DDB: hue angle of 258.39º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09DDB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176157219-
CMYK0.200.2800.14
HSL258.39º46.27%73.73%-
HSV(B)258.39º28.31%85.88%-
XYZ42.7538.4672.19-
YUV169.75155.79132.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=31.88%
G=28.44%
B=39.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761572190.200.2800.14258.3946.2773.73
HexB09DDB141C0E1022e4a
Octal260235333243401640256112
Binary1011000010011101110110111010011100011101000000101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DDB; }

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

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

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

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

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

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

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

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