#B994EE

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

Shades of Perfume #B994EE

Tints of Perfume #B994EE

Color information

#B994EE (or 0xB994EE) is unknown color: approx Perfume. HEX triplet: B9, 94 and EE. RGB value is (185,148,238). Sum of RGB (Red+Green+Blue) = 185+148+238=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #B994EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994EE is #466B11. Grayscale: #A9A9A9. Windows color (decimal): -4614930 or 15635641. OLE color: 15635641.

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

Color convert

RGB185148238-
CMYK0.220.3800.07
HSL264.67º72.58%75.69%-
HSV(B)264.67º37.82%93.33%-
XYZ46.0337.6785.73-
YUV169.32166.76139.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=32.40%
G=25.92%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851482380.220.3800.07264.6772.5875.69
HexB994EE162607109494c
Octal271224356264607411111114
Binary10111001100101001110111010110100110011110000100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994EE; }

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

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

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

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

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

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

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

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