#B99CDD

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

Shades of Perfume #B99CDD

Tints of Perfume #B99CDD

Color information

#B99CDD (or 0xB99CDD) is unknown color: approx Perfume. HEX triplet: B9, 9C and DD. RGB value is (185,156,221). Sum of RGB (Red+Green+Blue) = 185+156+221=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDD is #466322. Grayscale: #ABABAB. Windows color (decimal): -4612899 or 14523577. OLE color: 14523577.

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

Color convert

RGB185156221-
CMYK0.160.2900.13
HSL266.77º48.87%73.92%-
HSV(B)266.77º29.41%86.67%-
XYZ44.9539.3173.63-
YUV172.08155.61137.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=32.92%
G=27.76%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851562210.160.2900.13266.7748.8773.92
HexB99CDD101D0D10b314a
Octal271234335203501541361112
Binary1011100110011100110111011000011101011011000010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CDD; }

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

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

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

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

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

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

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

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