Html Css Color HEX #BB99DD Perfume

📋 copy color: '#BB99DD'

red 187 ◦ green 153 ◦ blue 221

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

Shades of Perfume #BB99DD

Tints of Perfume #BB99DD

RGB

 RED value IS 187 (73.44% from 255) = 33.33%

 GREEN value IS 153 (60.16% from 255) = 27.27%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 33.33%
G = 27.27%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB99DD (or 0xBB99DD) is known color: Perfume. HEX triplet: BB, 99 and DD. RGB value is (187,153,221). Sum of RGB (Red+Green+Blue) = 187+153+221=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 153 (60.16% from 255 or 27.27% 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 #BB99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DD is #446622. Grayscale: #AAAAAA. Windows color (decimal): -4482595 or 14522811. OLE color: 14522811.

HSL color Cylindrical-coordinate representation of color #BB99DD: hue angle of 270º 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 #BB99DD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 153 221 -
CMYK 0.15 0.31 0 0.13
HSL 270º 0.5% 0.73% -
HSV(B) 270º 0.31% 0.87% -
XYZ 44.94 38.57 73.48 -
YUV 170.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 187 153 221 0.15 0.31 0 0.13 270 0.5 0.73
Hex BB 99 DD F 1F 0 D 10E 32 49
Octal 273 231 335 17 37 0 15 416 62 111
Binary 10111011 10011001 11011101 1111 11111 0 1101 100001110 110010 1001001

Color Harmonies of #BB99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99DD

Black with #BB99DD

Text Example


Text Example

White with #BB99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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