#B09DED

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

Shades of Biloba Flower #B09DED

Tints of Biloba Flower #B09DED

Color information

#B09DED (or 0xB09DED) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and ED. RGB value is (176,157,237). Sum of RGB (Red+Green+Blue) = 176+157+237=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DED is #4F6212. Grayscale: #ABABAB. Windows color (decimal): -5202451 or 15572400. OLE color: 15572400.

HSL color Cylindrical-coordinate representation of color #B09DED: hue angle of 254.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09DED is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176157237-
CMYK0.260.3400.07
HSL254.25º68.97%77.25%-
HSV(B)254.25º33.76%92.94%-
XYZ45.2539.4685.35-
YUV171.8164.79131-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=30.88%
G=27.54%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761572370.260.3400.07254.2568.9777.25
HexB09DED1A2207fe454d
Octal260235355324207376105115
Binary1011000010011101111011011101010001001111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DED; }

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

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

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

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

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

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

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

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