#B99AFE

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

Shades of Perfume #B99AFE

Tints of Perfume #B99AFE

Color information

#B99AFE (or 0xB99AFE) is unknown color: approx Perfume. HEX triplet: B9, 9A and FE. RGB value is (185,154,254). Sum of RGB (Red+Green+Blue) = 185+154+254=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFE is #466501. Grayscale: #AEAEAE. Windows color (decimal): -4613378 or 16685753. OLE color: 16685753.

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

Color convert

RGB185154254-
CMYK0.270.3900.00
HSL258.6º98.04%80%-
HSV(B)258.6º39.37%99.61%-
XYZ49.4540.5898.99-
YUV174.67172.77135.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=31.20%
G=25.97%
B=42.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851542540.270.3900.00258.698.0480
HexB99AFE1B27001036250
Octal271232376334700403142120
Binary101110011001101011111110110111001110010000001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AFE; }

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

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

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

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

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

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

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

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