#B99AFB

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

Shades of Perfume #B99AFB

Tints of Perfume #B99AFB

Color information

#B99AFB (or 0xB99AFB) is unknown color: approx Perfume. HEX triplet: B9, 9A and FB. RGB value is (185,154,251). Sum of RGB (Red+Green+Blue) = 185+154+251=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #B99AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFB is #466504. Grayscale: #ADADAD. Windows color (decimal): -4613381 or 16489145. OLE color: 16489145.

HSL color Cylindrical-coordinate representation of color #B99AFB: hue angle of 259.18º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99AFB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185154251-
CMYK0.260.3900.02
HSL259.18º92.38%79.41%-
HSV(B)259.18º38.65%98.43%-
XYZ48.9840.3996.48-
YUV174.33171.27135.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=31.36%
G=26.10%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851542510.260.3900.02259.1892.3879.41
HexB99AFB1A27021035c4f
Octal271232373324702403134117
Binary1011100110011010111110111101010011101010000001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AFB; }

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

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

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

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

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

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

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

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