#B99ACA

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

Shades of East Side #B99ACA

Tints of East Side #B99ACA

Color information

#B99ACA (or 0xB99ACA) is unknown color: approx East Side. HEX triplet: B9, 9A and CA. RGB value is (185,154,202). Sum of RGB (Red+Green+Blue) = 185+154+202=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B99ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ACA is #466535. Grayscale: #A8A8A8. Windows color (decimal): -4613430 or 13277881. OLE color: 13277881.

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

Color convert

RGB185154202-
CMYK0.080.2400.21
HSL278.75º31.17%69.8%-
HSV(B)278.75º23.76%79.22%-
XYZ42.2237.6960.93-
YUV168.74146.77139.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=34.20%
G=28.47%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851542020.080.2400.21278.7531.1769.8
HexB99ACA8180151171f46
Octal271232312103002542737106
Binary101110011001101011001010100011000010101100010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ACA; }

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

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

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

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

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

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

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

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