#BB97EB

Color #BB97EB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BB97EB

Tints of Perfume #BB97EB

Color information

#BB97EB (or 0xBB97EB) is unknown color: approx Perfume. HEX triplet: BB, 97 and EB. RGB value is (187,151,235). Sum of RGB (Red+Green+Blue) = 187+151+235=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB97EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97EB is #446814. Grayscale: #ABABAB. Windows color (decimal): -4483093 or 15439803. OLE color: 15439803.

HSL color Cylindrical-coordinate representation of color #BB97EB: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB97EB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187151235-
CMYK0.200.3600.08
HSL265.71º67.74%75.69%-
HSV(B)265.71º35.74%92.16%-
XYZ46.5638.783.61-
YUV171.34163.93139.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=32.64%
G=26.35%
B=41.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871512350.200.3600.08265.7167.7475.69
HexBB97EB14240810a444c
Octal2732273532444010412104114
Binary101110111001011111101011101001001000100010000101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97EB; }

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

 H1.HeaderClassName
 {
   color: #BB97EB;
 }
 .AnyTagClassName
 {
   color: #BB97EB;
 }
</style>
background-color css

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

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

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

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

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

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