#B999DD

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

Shades of Biloba Flower #B999DD

Tints of Biloba Flower #B999DD

Color information

#B999DD (or 0xB999DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 99 and DD. RGB value is (185,153,221). Sum of RGB (Red+Green+Blue) = 185+153+221=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #B999DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DD is #466622. Grayscale: #AAAAAA. Windows color (decimal): -4613667 or 14522809. OLE color: 14522809.

HSL color Cylindrical-coordinate representation of color #B999DD: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B999DD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185153221-
CMYK0.160.3100.13
HSL268.24º50%73.33%-
HSV(B)268.24º30.77%86.67%-
XYZ44.4538.3273.46-
YUV170.32156.6138.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=33.09%
G=27.37%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851532210.160.3100.13268.245073.33
HexB999DD101F0D10c3249
Octal271231335203701541462111
Binary1011100110011001110111011000011111011011000011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999DD; }

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

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

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

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

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

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

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

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