Html Css Color HEX #BB99DA Perfume

📋 copy color: '#BB99DA'

red 187 ◦ green 153 ◦ blue 218

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

Shades of Perfume #BB99DA

Tints of Perfume #BB99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 33.51%
G = 27.42%
B = 39.07%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB99DA (or 0xBB99DA) is known color: Perfume. HEX triplet: BB, 99 and DA. RGB value is (187,153,218). Sum of RGB (Red+Green+Blue) = 187+153+218=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DA is #446625. Grayscale: #AAAAAA. Windows color (decimal): -4482598 or 14326203. OLE color: 14326203.

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

Color convert

RGB 187 153 218 -
CMYK 0.14 0.30 0 0.15
HSL 271.38º 0.47% 0.73% -
HSV(B) 271.38º 0.3% 0.85% -
XYZ 44.54 38.41 71.4 -
YUV 170.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 187 153 218 0.14 0.30 0 0.15 271.38 0.47 0.73
Hex BB 99 DA E 1E 0 F 10F 2F 49
Octal 273 231 332 16 36 0 17 417 57 111
Binary 10111011 10011001 11011010 1110 11110 0 1111 100001111 101111 1001001

Color Harmonies of #BB99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99DA

Black with #BB99DA

Text Example


Text Example

White with #BB99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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