#B09BD9

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

Shades of Biloba Flower #B09BD9

Tints of Biloba Flower #B09BD9

Color information

#B09BD9 (or 0xB09BD9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and D9. RGB value is (176,155,217). Sum of RGB (Red+Green+Blue) = 176+155+217=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #B09BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD9 is #4F6426. Grayscale: #A8A8A8. Windows color (decimal): -5202983 or 14261168. OLE color: 14261168.

HSL color Cylindrical-coordinate representation of color #B09BD9: hue angle of 260.32º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09BD9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176155217-
CMYK0.190.2900.15
HSL260.32º44.93%72.94%-
HSV(B)260.32º28.57%85.1%-
XYZ42.1537.6870.7-
YUV168.35155.46133.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=32.12%
G=28.28%
B=39.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761552170.190.2900.15260.3244.9372.94
HexB09BD9131D0F1042d49
Octal260233331233501740455111
Binary1011000010011011110110011001111101011111000001001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BD9; }

 p { color: rgb(176,155,217); }

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

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

 a { background-color: rgb(176,155,217); }

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

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

 span { border-color: rgb(176,155,217); }

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