#BB95E0

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

Shades of Perfume #BB95E0

Tints of Perfume #BB95E0

Color information

#BB95E0 (or 0xBB95E0) is unknown color: approx Perfume. HEX triplet: BB, 95 and E0. RGB value is (187,149,224). Sum of RGB (Red+Green+Blue) = 187+149+224=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95E0 is #446A1F. Grayscale: #A8A8A8. Windows color (decimal): -4483616 or 14718395. OLE color: 14718395.

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

Color convert

RGB187149224-
CMYK0.170.3300.12
HSL270.4º54.74%73.14%-
HSV(B)270.4º33.48%87.84%-
XYZ44.737.4475.39-
YUV168.91159.09140.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 224 (87.89% from 255) = 40%
R=33.39%
G=26.61%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871492240.170.3300.12270.454.7473.14
HexBB95E011210C10e3749
Octal273225340214101441667111
Binary10111011100101011110000010001100001011001000011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95E0; }

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

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

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

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

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

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

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

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