#B99ADB

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

Shades of Biloba Flower #B99ADB

Tints of Biloba Flower #B99ADB

Color information

#B99ADB (or 0xB99ADB) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and DB. RGB value is (185,154,219). Sum of RGB (Red+Green+Blue) = 185+154+219=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADB is #466524. Grayscale: #AAAAAA. Windows color (decimal): -4613413 or 14391993. OLE color: 14391993.

HSL color Cylindrical-coordinate representation of color #B99ADB: hue angle of 268.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99ADB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185154219-
CMYK0.160.3000.14
HSL268.62º47.45%73.14%-
HSV(B)268.62º29.68%85.88%-
XYZ44.3538.5472.12-
YUV170.68155.27138.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=33.15%
G=27.60%
B=39.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851542190.160.3000.14268.6247.4573.14
HexB99ADB101E0E10d2f49
Octal271232333203601641557111
Binary1011100110011010110110111000011110011101000011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ADB; }

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

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

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

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

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

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

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

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