#B09DCD

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

Shades of Biloba Flower #B09DCD

Tints of Biloba Flower #B09DCD

Color information

#B09DCD (or 0xB09DCD) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and CD. RGB value is (176,157,205). Sum of RGB (Red+Green+Blue) = 176+157+205=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B09DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DCD is #4F6232. Grayscale: #A7A7A7. Windows color (decimal): -5202483 or 13475248. OLE color: 13475248.

HSL color Cylindrical-coordinate representation of color #B09DCD: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09DCD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176157205-
CMYK0.140.2300.20
HSL263.75º32.43%70.98%-
HSV(B)263.75º23.41%80.39%-
XYZ40.9837.7562.88-
YUV168.15148.79133.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=32.71%
G=29.18%
B=38.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761572050.140.2300.20263.7532.4370.98
HexB09DCDE170141082047
Octal260235315162702441040107
Binary1011000010011101110011011110101110101001000010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DCD; }

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

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

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

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

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

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

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

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