#BB95E9

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

Shades of Perfume #BB95E9

Tints of Perfume #BB95E9

Color information

#BB95E9 (or 0xBB95E9) is unknown color: approx Perfume. HEX triplet: BB, 95 and E9. RGB value is (187,149,233). Sum of RGB (Red+Green+Blue) = 187+149+233=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB95E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95E9 is #446A16. Grayscale: #A9A9A9. Windows color (decimal): -4483607 or 15308219. OLE color: 15308219.

HSL color Cylindrical-coordinate representation of color #BB95E9: hue angle of 267.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB95E9 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187149233-
CMYK0.200.3600.09
HSL267.14º65.62%74.9%-
HSV(B)267.14º36.05%91.37%-
XYZ45.9537.9481.99-
YUV169.94163.59140.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=32.86%
G=26.19%
B=40.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871492330.200.3600.09267.1465.6274.9
HexBB95E914240910b424b
Octal2732253512444011413102113
Binary101110111001010111101001101001001000100110000101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95E9; }

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

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

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

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

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

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

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

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