Html Css Color HEX #BB99DE Perfume

📋 copy color: '#BB99DE'

red 187 ◦ green 153 ◦ blue 222

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

Shades of Perfume #BB99DE

Tints of Perfume #BB99DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 33.27%
G = 27.22%
B = 39.5%

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

#BB99DE (or 0xBB99DE) is known color: Perfume. HEX triplet: BB, 99 and DE. RGB value is (187,153,222). Sum of RGB (Red+Green+Blue) = 187+153+222=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DE is #446621. Grayscale: #AAAAAA. Windows color (decimal): -4482594 or 14588347. OLE color: 14588347.

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

Color convert

RGB 187 153 222 -
CMYK 0.16 0.31 0 0.13
HSL 269.57º 0.51% 0.74% -
HSV(B) 269.57º 0.31% 0.87% -
XYZ 45.07 38.62 74.19 -
YUV 171.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 187 153 222 0.16 0.31 0 0.13 269.57 0.51 0.74
Hex BB 99 DE 10 1F 0 D 10E 33 4A
Octal 273 231 336 20 37 0 15 416 63 112
Binary 10111011 10011001 11011110 10000 11111 0 1101 100001110 110011 1001010

Color Harmonies of #BB99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99DE

Black with #BB99DE

Text Example


Text Example

White with #BB99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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