#B99AD8

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

Shades of Biloba Flower #B99AD8

Tints of Biloba Flower #B99AD8

Color information

#B99AD8 (or 0xB99AD8) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and D8. RGB value is (185,154,216). Sum of RGB (Red+Green+Blue) = 185+154+216=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #B99AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AD8 is #466527. Grayscale: #AAAAAA. Windows color (decimal): -4613416 or 14195385. OLE color: 14195385.

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

Color convert

RGB185154216-
CMYK0.140.2900.15
HSL270º44.29%72.55%-
HSV(B)270º28.7%84.71%-
XYZ43.9638.3870.06-
YUV170.34153.77138.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=33.33%
G=27.75%
B=38.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851542160.140.2900.1527044.2972.55
HexB99AD8E1D0F10e2c49
Octal271232330163501741654111
Binary101110011001101011011000111011101011111000011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AD8; }

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

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

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

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

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

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

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

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