Html Css Color HEX #BB97EC Perfume

📋 copy color: '#BB97EC'

red 187 ◦ green 151 ◦ blue 236

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

Shades of Perfume #BB97EC

Tints of Perfume #BB97EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 32.58%
G = 26.31%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB97EC (or 0xBB97EC) is known color: Perfume. HEX triplet: BB, 97 and EC. RGB value is (187,151,236). Sum of RGB (Red+Green+Blue) = 187+151+236=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97EC is #446813. Grayscale: #ABABAB. Windows color (decimal): -4483092 or 15505339. OLE color: 15505339.

HSL color Cylindrical-coordinate representation of color #BB97EC: hue angle of 265.41º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB97EC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 151 236 -
CMYK 0.21 0.36 0 0.07
HSL 265.41º 0.69% 0.76% -
HSV(B) 265.41º 0.36% 0.93% -
XYZ 46.7 38.75 84.38 -
YUV 171.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 187 151 236 0.21 0.36 0 0.07 265.41 0.69 0.76
Hex BB 97 EC 15 24 0 7 109 45 4C
Octal 273 227 354 25 44 0 7 411 105 114
Binary 10111011 10010111 11101100 10101 100100 0 111 100001001 1000101 1001100

Color Harmonies of #BB97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97EC

Black with #BB97EC

Text Example


Text Example

White with #BB97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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