#B995EE

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

Shades of Perfume #B995EE

Tints of Perfume #B995EE

Color information

#B995EE (or 0xB995EE) is unknown color: approx Perfume. HEX triplet: B9, 95 and EE. RGB value is (185,149,238). Sum of RGB (Red+Green+Blue) = 185+149+238=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #B995EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EE is #466A11. Grayscale: #A9A9A9. Windows color (decimal): -4614674 or 15635897. OLE color: 15635897.

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

Color convert

RGB185149238-
CMYK0.220.3700.07
HSL264.27º72.36%75.88%-
HSV(B)264.27º37.39%93.33%-
XYZ46.1937.9885.79-
YUV169.91166.43138.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=32.34%
G=26.05%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851492380.220.3700.07264.2772.3675.88
HexB995EE162507108484c
Octal271225356264507410110114
Binary10111001100101011110111010110100101011110000100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995EE; }

 p { color: rgb(185,149,238); }

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

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

 a { background-color: rgb(185,149,238); }

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

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

 span { border-color: rgb(185,149,238); }

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