#B99AD9

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

Shades of Biloba Flower #B99AD9

Tints of Biloba Flower #B99AD9

Color information

#B99AD9 (or 0xB99AD9) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and D9. RGB value is (185,154,217). Sum of RGB (Red+Green+Blue) = 185+154+217=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #B99AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AD9 is #466526. Grayscale: #AAAAAA. Windows color (decimal): -4613415 or 14260921. OLE color: 14260921.

HSL color Cylindrical-coordinate representation of color #B99AD9: hue angle of 269.52º 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 #B99AD9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185154217-
CMYK0.150.2900.15
HSL269.52º45.32%72.75%-
HSV(B)269.52º29.03%85.1%-
XYZ44.0938.4470.74-
YUV170.45154.27138.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=33.27%
G=27.70%
B=39.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851542170.150.2900.15269.5245.3272.75
HexB99AD9F1D0F10e2d49
Octal271232331173501741655111
Binary101110011001101011011001111111101011111000011101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AD9; }

 p { color: rgb(185,154,217); }

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

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

 a { background-color: rgb(185,154,217); }

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

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

 span { border-color: rgb(185,154,217); }

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