#B99EEF

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

Shades of Perfume #B99EEF

Tints of Perfume #B99EEF

Color information

#B99EEF (or 0xB99EEF) is unknown color: approx Perfume. HEX triplet: B9, 9E and EF. RGB value is (185,158,239). Sum of RGB (Red+Green+Blue) = 185+158+239=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEF is #466110. Grayscale: #AFAFAF. Windows color (decimal): -4612369 or 15703737. OLE color: 15703737.

HSL color Cylindrical-coordinate representation of color #B99EEF: hue angle of 260º degrees, saturation: 0.72, 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 #B99EEF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185158239-
CMYK0.230.3400.06
HSL260º71.68%77.84%-
HSV(B)260º33.89%93.73%-
XYZ47.814187.06-
YUV175.31163.95134.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 158 (62.11% from 255) = 27.15%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=31.79%
G=27.15%
B=41.07%

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
Decimal1851582390.230.3400.0626071.6877.84
HexB99EEF172206104484e
Octal271236357274206404110116
Binary10111001100111101110111110111100010011010000010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EEF; }

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

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

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

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

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

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

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

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