Html Css Color HEX #B99DD9 Perfume

📋 copy color: '#B99DD9'

red 185 ◦ green 157 ◦ blue 217

#B99DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #B99DD9

Tints of Perfume #B99DD9

RGB

 RED value IS 185 (72.66% from 255) = 33.09%

 GREEN value IS 157 (61.72% from 255) = 28.09%

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 33.09%
G = 28.09%
B = 38.82%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B99DD9 (or 0xB99DD9) is known color: Perfume. HEX triplet: B9, 9D and D9. RGB value is (185,157,217). Sum of RGB (Red+Green+Blue) = 185+157+217=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #B99DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DD9 is #466226. Grayscale: #ACACAC. Windows color (decimal): -4612647 or 14261689. OLE color: 14261689.

HSL color Cylindrical-coordinate representation of color #B99DD9: hue angle of 268º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99DD9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 157 217 -
CMYK 0.15 0.28 0 0.15
HSL 268º 0.44% 0.73% -
HSV(B) 268º 0.28% 0.85% -
XYZ 44.59 39.44 70.91 -
YUV 172.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 185 157 217 0.15 0.28 0 0.15 268 0.44 0.73
Hex B9 9D D9 F 1C 0 F 10C 2C 49
Octal 271 235 331 17 34 0 17 414 54 111
Binary 10111001 10011101 11011001 1111 11100 0 1111 100001100 101100 1001001

Color Harmonies of #B99DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DD9

Black with #B99DD9

Text Example


Text Example

White with #B99DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DD9; }

 p { color: rgb(185,157,217); }

 H1.HeaderClassName
 {
   color: #B99DD9;
 }
 .AnyTagClassName
 {
   color: #B99DD9;
 }
</style>

background-color css

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

 a { background-color: rgb(185,157,217); }

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

border-color css

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

 span { border-color: rgb(185,157,217); }

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