#B99ECA

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

Shades of Perfume #B99ECA

Tints of Perfume #B99ECA

Color information

#B99ECA (or 0xB99ECA) is unknown color: approx Perfume. HEX triplet: B9, 9E and CA. RGB value is (185,158,202). Sum of RGB (Red+Green+Blue) = 185+158+202=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #B99ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECA is #466135. Grayscale: #AAAAAA. Windows color (decimal): -4612406 or 13278905. OLE color: 13278905.

HSL color Cylindrical-coordinate representation of color #B99ECA: hue angle of 276.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99ECA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185158202-
CMYK0.080.2200.21
HSL276.82º29.33%70.59%-
HSV(B)276.82º21.78%79.22%-
XYZ42.939.0361.15-
YUV171.09145.45137.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=33.94%
G=28.99%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851582020.080.2200.21276.8229.3370.59
HexB99ECA8160151151d47
Octal271236312102602542535107
Binary101110011001111011001010100010110010101100010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ECA; }

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

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

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

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

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

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

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

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