Html Css Color HEX #BB99DC Perfume

📋 copy color: '#BB99DC'

red 187 ◦ green 153 ◦ blue 220

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

Shades of Perfume #BB99DC

Tints of Perfume #BB99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 33.39%
G = 27.32%
B = 39.29%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB99DC (or 0xBB99DC) is known color: Perfume. HEX triplet: BB, 99 and DC. RGB value is (187,153,220). Sum of RGB (Red+Green+Blue) = 187+153+220=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DC is #446623. Grayscale: #AAAAAA. Windows color (decimal): -4482596 or 14457275. OLE color: 14457275.

HSL color Cylindrical-coordinate representation of color #BB99DC: hue angle of 270.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB99DC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 153 220 -
CMYK 0.15 0.30 0 0.14
HSL 270.45º 0.49% 0.73% -
HSV(B) 270.45º 0.3% 0.86% -
XYZ 44.8 38.51 72.78 -
YUV 170.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 187 153 220 0.15 0.30 0 0.14 270.45 0.49 0.73
Hex BB 99 DC F 1E 0 E 10E 31 49
Octal 273 231 334 17 36 0 16 416 61 111
Binary 10111011 10011001 11011100 1111 11110 0 1110 100001110 110001 1001001

Color Harmonies of #BB99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99DC

Black with #BB99DC

Text Example


Text Example

White with #BB99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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