#B09BDD

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

Shades of Biloba Flower #B09BDD

Tints of Biloba Flower #B09BDD

Color information

#B09BDD (or 0xB09BDD) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and DD. RGB value is (176,155,221). Sum of RGB (Red+Green+Blue) = 176+155+221=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDD is #4F6422. Grayscale: #A8A8A8. Windows color (decimal): -5202979 or 14523312. OLE color: 14523312.

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

Color convert

RGB176155221-
CMYK0.200.3000.13
HSL259.09º49.25%73.73%-
HSV(B)259.09º29.86%86.67%-
XYZ42.6837.8973.47-
YUV168.8157.46133.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=31.88%
G=28.08%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761552210.200.3000.13259.0949.2573.73
HexB09BDD141E0D103314a
Octal260233335243601540361112
Binary1011000010011011110111011010011110011011000000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BDD; }

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

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

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

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

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

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

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

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