#b99eff

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

Shades of Perfume #B99EFF

Tints of Perfume #B99EFF

Color information

#B99EFF (or 0xB99EFF) is unknown color: approx Perfume. HEX triplet: B9, 9E and FF. RGB value is (185,158,255). Sum of RGB (Red+Green+Blue) = 185+158+255=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EFF is #466100. Grayscale: #B0B0B0. Windows color (decimal): -4612353 or 16752313. OLE color: 16752313.

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

Color convert

RGB185158255-
CMYK0.270.3800
HSL256.7º100%80.98%-
HSV(B)256.7º38.04%100%-
XYZ50.2841.99100.06-
YUV177.13171.95133.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 42.64%
R=30.94%
G=26.42%
B=42.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851582550.270.3800256.710080.98
HexB99EFF1B26001016451
Octal271236377334600401144121
Binary101110011001111011111111110111001100010000000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99eff; }

 p { color: rgb(185,158,255); }

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

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

 a { background-color: rgb(185,158,255); }

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

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

 span { border-color: rgb(185,158,255); }

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