Html Css Color HEX #BB97E0 Perfume

📋 copy color: '#BB97E0'

red 187 ◦ green 151 ◦ blue 224

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

Shades of Perfume #BB97E0

Tints of Perfume #BB97E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 33.27%
G = 26.87%
B = 39.86%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB97E0 (or 0xBB97E0) is known color: Perfume. HEX triplet: BB, 97 and E0. RGB value is (187,151,224). Sum of RGB (Red+Green+Blue) = 187+151+224=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97E0 is #44681F. Grayscale: #A9A9A9. Windows color (decimal): -4483104 or 14718907. OLE color: 14718907.

HSL color Cylindrical-coordinate representation of color #BB97E0: hue angle of 269.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB97E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 151 224 -
CMYK 0.17 0.33 0 0.12
HSL 269.59º 0.54% 0.74% -
HSV(B) 269.59º 0.33% 0.88% -
XYZ 45.01 38.08 75.5 -
YUV 170.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 187 151 224 0.17 0.33 0 0.12 269.59 0.54 0.74
Hex BB 97 E0 11 21 0 C 10E 36 4A
Octal 273 227 340 21 41 0 14 416 66 112
Binary 10111011 10010111 11100000 10001 100001 0 1100 100001110 110110 1001010

Color Harmonies of #BB97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97E0

Black with #BB97E0

Text Example


Text Example

White with #BB97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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