Html Css Color HEX #BB97DD Perfume

📋 copy color: '#BB97DD'

red 187 ◦ green 151 ◦ blue 221

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

Shades of Perfume #BB97DD

Tints of Perfume #BB97DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.01%

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 33.45%
G = 27.01%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB97DD (or 0xBB97DD) is known color: Perfume. HEX triplet: BB, 97 and DD. RGB value is (187,151,221). Sum of RGB (Red+Green+Blue) = 187+151+221=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97DD is #446822. Grayscale: #A9A9A9. Windows color (decimal): -4483107 or 14522299. OLE color: 14522299.

HSL color Cylindrical-coordinate representation of color #BB97DD: hue angle of 270.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB97DD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 151 221 -
CMYK 0.15 0.32 0 0.13
HSL 270.86º 0.51% 0.73% -
HSV(B) 270.86º 0.32% 0.87% -
XYZ 44.61 37.92 73.37 -
YUV 169.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 187 151 221 0.15 0.32 0 0.13 270.86 0.51 0.73
Hex BB 97 DD F 20 0 D 10F 33 49
Octal 273 227 335 17 40 0 15 417 63 111
Binary 10111011 10010111 11011101 1111 100000 0 1101 100001111 110011 1001001

Color Harmonies of #BB97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97DD

Black with #BB97DD

Text Example


Text Example

White with #BB97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97DD; }

 p { color: rgb(187,151,221); }

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

background-color css

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

 a { background-color: rgb(187,151,221); }

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

border-color css

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

 span { border-color: rgb(187,151,221); }

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