#B99EF0

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

Shades of Perfume #B99EF0

Tints of Perfume #B99EF0

Color information

#B99EF0 (or 0xB99EF0) is unknown color: approx Perfume. HEX triplet: B9, 9E and F0. RGB value is (185,158,240). Sum of RGB (Red+Green+Blue) = 185+158+240=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #B99EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF0 is #46610F. Grayscale: #AFAFAF. Windows color (decimal): -4612368 or 15769273. OLE color: 15769273.

HSL color Cylindrical-coordinate representation of color #B99EF0: hue angle of 259.76º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99EF0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185158240-
CMYK0.230.3400.06
HSL259.76º73.21%78.04%-
HSV(B)259.76º34.17%94.12%-
XYZ47.9641.0687.84-
YUV175.42164.45134.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=31.73%
G=27.10%
B=41.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851582400.230.3400.06259.7673.2178.04
HexB99EF0172206104494e
Octal271236360274206404111116
Binary10111001100111101111000010111100010011010000010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EF0; }

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

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

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

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

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

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

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

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