#B997FE

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

Shades of Perfume #B997FE

Tints of Perfume #B997FE

Color information

#B997FE (or 0xB997FE) is unknown color: approx Perfume. HEX triplet: B9, 97 and FE. RGB value is (185,151,254). Sum of RGB (Red+Green+Blue) = 185+151+254=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #B997FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997FE is #466801. Grayscale: #ACACAC. Windows color (decimal): -4614146 or 16684985. OLE color: 16684985.

HSL color Cylindrical-coordinate representation of color #B997FE: hue angle of 259.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B997FE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185151254-
CMYK0.270.4100.00
HSL259.81º98.1%79.41%-
HSV(B)259.81º40.55%99.61%-
XYZ48.9639.698.83-
YUV172.91173.76136.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=31.36%
G=25.59%
B=43.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851512540.270.4100.00259.8198.179.41
HexB997FE1B2900104624f
Octal271227376335100404142117
Binary101110011001011111111110110111010010010000010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997FE; }

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

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

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

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

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

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

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

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