Html Css Color HEX #BB99DF Perfume

📋 copy color: '#BB99DF'

red 187 ◦ green 153 ◦ blue 223

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

Shades of Perfume #BB99DF

Tints of Perfume #BB99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 33.21%
G = 27.18%
B = 39.61%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB99DF (or 0xBB99DF) is known color: Perfume. HEX triplet: BB, 99 and DF. RGB value is (187,153,223). Sum of RGB (Red+Green+Blue) = 187+153+223=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DF is #446620. Grayscale: #AAAAAA. Windows color (decimal): -4482593 or 14653883. OLE color: 14653883.

HSL color Cylindrical-coordinate representation of color #BB99DF: hue angle of 269.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB99DF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 153 223 -
CMYK 0.16 0.31 0 0.13
HSL 269.14º 0.52% 0.74% -
HSV(B) 269.14º 0.31% 0.87% -
XYZ 45.2 38.67 74.89 -
YUV 171.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 187 153 223 0.16 0.31 0 0.13 269.14 0.52 0.74
Hex BB 99 DF 10 1F 0 D 10D 34 4A
Octal 273 231 337 20 37 0 15 415 64 112
Binary 10111011 10011001 11011111 10000 11111 0 1101 100001101 110100 1001010

Color Harmonies of #BB99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99DF

Black with #BB99DF

Text Example


Text Example

White with #BB99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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