#B99BDD

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

Shades of Perfume #B99BDD

Tints of Perfume #B99BDD

Color information

#B99BDD (or 0xB99BDD) is unknown color: approx Perfume. HEX triplet: B9, 9B and DD. RGB value is (185,155,221). Sum of RGB (Red+Green+Blue) = 185+155+221=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDD is #466422. Grayscale: #ABABAB. Windows color (decimal): -4613155 or 14523321. OLE color: 14523321.

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

Color convert

RGB185155221-
CMYK0.160.3000.13
HSL267.27º49.25%73.73%-
HSV(B)267.27º29.86%86.67%-
XYZ44.7838.9873.57-
YUV171.49155.94137.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=32.98%
G=27.63%
B=39.39%

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
Decimal1851552210.160.3000.13267.2749.2573.73
HexB99BDD101E0D10b314a
Octal271233335203601541361112
Binary1011100110011011110111011000011110011011000010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BDD; }

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

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

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

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

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

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

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

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