#B09DDF

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

Shades of Biloba Flower #B09DDF

Tints of Biloba Flower #B09DDF

Color information

#B09DDF (or 0xB09DDF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and DF. RGB value is (176,157,223). Sum of RGB (Red+Green+Blue) = 176+157+223=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDF is #4F6220. Grayscale: #A9A9A9. Windows color (decimal): -5202465 or 14654896. OLE color: 14654896.

HSL color Cylindrical-coordinate representation of color #B09DDF: hue angle of 257.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09DDF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176157223-
CMYK0.210.3000.13
HSL257.27º50.77%74.51%-
HSV(B)257.27º29.6%87.45%-
XYZ43.2838.6775-
YUV170.2157.79132.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=31.65%
G=28.24%
B=40.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761572230.210.3000.13257.2750.7774.51
HexB09DDF151E0D101334b
Octal260235337253601540163113
Binary1011000010011101110111111010111110011011000000011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DDF; }

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

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

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

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

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

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

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

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