Html Css Color HEX #BB9AD9 Perfume

📋 copy color: '#BB9AD9'

red 187 ◦ green 154 ◦ blue 217

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

Shades of Perfume #BB9AD9

Tints of Perfume #BB9AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.6%

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

R = 33.51%
G = 27.6%
B = 38.89%

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

#BB9AD9 (or 0xBB9AD9) is known color: Perfume. HEX triplet: BB, 9A and D9. RGB value is (187,154,217). Sum of RGB (Red+Green+Blue) = 187+154+217=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AD9 is #446526. Grayscale: #AAAAAA. Windows color (decimal): -4482343 or 14260923. OLE color: 14260923.

HSL color Cylindrical-coordinate representation of color #BB9AD9: hue angle of 271.43º degrees, saturation: 0.45, 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 #BB9AD9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 154 217 -
CMYK 0.14 0.29 0 0.15
HSL 271.43º 0.45% 0.73% -
HSV(B) 271.43º 0.29% 0.85% -
XYZ 44.57 38.69 70.76 -
YUV 171.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 187 154 217 0.14 0.29 0 0.15 271.43 0.45 0.73
Hex BB 9A D9 E 1D 0 F 10F 2D 49
Octal 273 232 331 16 35 0 17 417 55 111
Binary 10111011 10011010 11011001 1110 11101 0 1111 100001111 101101 1001001

Color Harmonies of #BB9AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AD9

Black with #BB9AD9

Text Example


Text Example

White with #BB9AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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