#B99CEF

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

Shades of Perfume #B99CEF

Tints of Perfume #B99CEF

Color information

#B99CEF (or 0xB99CEF) is unknown color: approx Perfume. HEX triplet: B9, 9C and EF. RGB value is (185,156,239). Sum of RGB (Red+Green+Blue) = 185+156+239=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CEF is #466310. Grayscale: #ADADAD. Windows color (decimal): -4612881 or 15703225. OLE color: 15703225.

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

Color convert

RGB185156239-
CMYK0.230.3500.06
HSL260.96º72.17%77.45%-
HSV(B)260.96º34.73%93.73%-
XYZ47.4840.3286.94-
YUV174.13164.61135.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=31.90%
G=26.90%
B=41.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851562390.230.3500.06260.9672.1777.45
HexB99CEF172306105484d
Octal271234357274306405110115
Binary10111001100111001110111110111100011011010000010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CEF; }

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

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

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

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

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

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

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

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