#BB95EA

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

Shades of Perfume #BB95EA

Tints of Perfume #BB95EA

Color information

#BB95EA (or 0xBB95EA) is unknown color: approx Perfume. HEX triplet: BB, 95 and EA. RGB value is (187,149,234). Sum of RGB (Red+Green+Blue) = 187+149+234=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95EA is #446A15. Grayscale: #A9A9A9. Windows color (decimal): -4483606 or 15373755. OLE color: 15373755.

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

Color convert

RGB187149234-
CMYK0.200.3600.08
HSL266.82º66.93%75.1%-
HSV(B)266.82º36.32%91.76%-
XYZ46.093882.75-
YUV170.05164.09140.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=32.81%
G=26.14%
B=41.05%

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
Decimal1871492340.200.3600.08266.8266.9375.1
HexBB95EA14240810b434b
Octal2732253522444010413103113
Binary101110111001010111101010101001001000100010000101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95EA; }

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

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

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

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

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

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

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

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