#B99CED

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

Shades of Perfume #B99CED

Tints of Perfume #B99CED

Color information

#B99CED (or 0xB99CED) is unknown color: approx Perfume. HEX triplet: B9, 9C and ED. RGB value is (185,156,237). Sum of RGB (Red+Green+Blue) = 185+156+237=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CED is #466312. Grayscale: #ADADAD. Windows color (decimal): -4612883 or 15572153. OLE color: 15572153.

HSL color Cylindrical-coordinate representation of color #B99CED: hue angle of 261.48º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99CED is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185156237-
CMYK0.220.3400.07
HSL261.48º69.23%77.06%-
HSV(B)261.48º34.18%92.94%-
XYZ47.1840.2185.39-
YUV173.9163.61135.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=32.01%
G=26.99%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851562370.220.3400.07261.4869.2377.06
HexB99CED162207105454d
Octal271234355264207405105115
Binary10111001100111001110110110110100010011110000010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CED; }

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

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

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

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

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

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

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

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