Html Css Color HEX #BB99D9 Perfume

📋 copy color: '#BB99D9'

red 187 ◦ green 153 ◦ blue 217

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

Shades of Perfume #BB99D9

Tints of Perfume #BB99D9

RGB

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

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

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

R = 33.57%
G = 27.47%
B = 38.96%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB99D9 (or 0xBB99D9) is known color: Perfume. HEX triplet: BB, 99 and D9. RGB value is (187,153,217). Sum of RGB (Red+Green+Blue) = 187+153+217=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D9 is #446626. Grayscale: #AAAAAA. Windows color (decimal): -4482599 or 14260667. OLE color: 14260667.

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

Color convert

RGB 187 153 217 -
CMYK 0.14 0.29 0 0.15
HSL 271.88º 0.46% 0.73% -
HSV(B) 271.88º 0.29% 0.85% -
XYZ 44.41 38.36 70.71 -
YUV 170.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 187 153 217 0.14 0.29 0 0.15 271.88 0.46 0.73
Hex BB 99 D9 E 1D 0 F 110 2E 49
Octal 273 231 331 16 35 0 17 420 56 111
Binary 10111011 10011001 11011001 1110 11101 0 1111 100010000 101110 1001001

Color Harmonies of #BB99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99D9

Black with #BB99D9

Text Example


Text Example

White with #BB99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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