#B09ECD

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

Shades of Biloba Flower #B09ECD

Tints of Biloba Flower #B09ECD

Color information

#B09ECD (or 0xB09ECD) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and CD. RGB value is (176,158,205). Sum of RGB (Red+Green+Blue) = 176+158+205=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B09ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECD is #4F6132. Grayscale: #A8A8A8. Windows color (decimal): -5202227 or 13475504. OLE color: 13475504.

HSL color Cylindrical-coordinate representation of color #B09ECD: hue angle of 262.98º 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 #B09ECD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176158205-
CMYK0.140.2300.20
HSL262.98º31.97%71.18%-
HSV(B)262.98º22.93%80.39%-
XYZ41.1538.0962.94-
YUV168.74148.46133.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=32.65%
G=29.31%
B=38.03%

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
Decimal1761582050.140.2300.20262.9831.9771.18
HexB09ECDE170141072047
Octal260236315162702440740107
Binary1011000010011110110011011110101110101001000001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ECD; }

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

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

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

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

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

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

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

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