#B99ADD

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

Shades of Biloba Flower #B99ADD

Tints of Biloba Flower #B99ADD

Color information

#B99ADD (or 0xB99ADD) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and DD. RGB value is (185,154,221). Sum of RGB (Red+Green+Blue) = 185+154+221=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADD is #466522. Grayscale: #AAAAAA. Windows color (decimal): -4613411 or 14523065. OLE color: 14523065.

HSL color Cylindrical-coordinate representation of color #B99ADD: hue angle of 267.76º degrees, saturation: 0.5, 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 #B99ADD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185154221-
CMYK0.160.3000.13
HSL267.76º49.63%73.53%-
HSV(B)267.76º30.32%86.67%-
XYZ44.6138.6573.51-
YUV170.91156.27138.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=33.04%
G=27.5%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851542210.160.3000.13267.7649.6373.53
HexB99ADD101E0D10c324a
Octal271232335203601541462112
Binary1011100110011010110111011000011110011011000011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ADD; }

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

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

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

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

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

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

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

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