#B997EB

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

Shades of Perfume #B997EB

Tints of Perfume #B997EB

Color information

#B997EB (or 0xB997EB) is unknown color: approx Perfume. HEX triplet: B9, 97 and EB. RGB value is (185,151,235). Sum of RGB (Red+Green+Blue) = 185+151+235=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #B997EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997EB is #466814. Grayscale: #AAAAAA. Windows color (decimal): -4614165 or 15439801. OLE color: 15439801.

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

Color convert

RGB185151235-
CMYK0.210.3600.08
HSL264.29º67.74%75.69%-
HSV(B)264.29º35.74%92.16%-
XYZ46.0738.4583.59-
YUV170.74164.26138.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=32.40%
G=26.44%
B=41.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851512350.210.3600.08264.2967.7475.69
HexB997EB152408108444c
Octal2712273532544010410104114
Binary101110011001011111101011101011001000100010000100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997EB; }

 p { color: rgb(185,151,235); }

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

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

 a { background-color: rgb(185,151,235); }

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

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

 span { border-color: rgb(185,151,235); }

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