#B09DD4

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

Shades of Biloba Flower #B09DD4

Tints of Biloba Flower #B09DD4

Color information

#B09DD4 (or 0xB09DD4) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and D4. RGB value is (176,157,212). Sum of RGB (Red+Green+Blue) = 176+157+212=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #B09DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DD4 is #4F622B. Grayscale: #A8A8A8. Windows color (decimal): -5202476 or 13934000. OLE color: 13934000.

HSL color Cylindrical-coordinate representation of color #B09DD4: hue angle of 260.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09DD4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176157212-
CMYK0.170.2600.17
HSL260.73º39.01%72.35%-
HSV(B)260.73º25.94%83.14%-
XYZ41.8538.167.44-
YUV168.95152.29133.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=32.29%
G=28.81%
B=38.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761572120.170.2600.17260.7339.0172.35
HexB09DD4111A0111052748
Octal260235324213202140547110
Binary10110000100111011101010010001110100100011000001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DD4; }

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

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

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

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

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

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

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

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