Html Css Color HEX #BB97DB Perfume

📋 copy color: '#BB97DB'

red 187 ◦ green 151 ◦ blue 219

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

Shades of Perfume #BB97DB

Tints of Perfume #BB97DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 33.57%
G = 27.11%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB97DB (or 0xBB97DB) is known color: Perfume. HEX triplet: BB, 97 and DB. RGB value is (187,151,219). Sum of RGB (Red+Green+Blue) = 187+151+219=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97DB is #446824. Grayscale: #A9A9A9. Windows color (decimal): -4483109 or 14391227. OLE color: 14391227.

HSL color Cylindrical-coordinate representation of color #BB97DB: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB97DB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 151 219 -
CMYK 0.15 0.31 0 0.14
HSL 271.76º 0.49% 0.73% -
HSV(B) 271.76º 0.31% 0.86% -
XYZ 44.35 37.81 71.98 -
YUV 169.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 187 151 219 0.15 0.31 0 0.14 271.76 0.49 0.73
Hex BB 97 DB F 1F 0 E 110 31 49
Octal 273 227 333 17 37 0 16 420 61 111
Binary 10111011 10010111 11011011 1111 11111 0 1110 100010000 110001 1001001

Color Harmonies of #BB97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97DB

Black with #BB97DB

Text Example


Text Example

White with #BB97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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