#B98ACA

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

Shades of East Side #B98ACA

Tints of East Side #B98ACA

Color information

#B98ACA (or 0xB98ACA) is unknown color: approx East Side. HEX triplet: B9, 8A and CA. RGB value is (185,138,202). Sum of RGB (Red+Green+Blue) = 185+138+202=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #B98ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ACA is #467535. Grayscale: #9F9F9F. Windows color (decimal): -4617526 or 13273785. OLE color: 13273785.

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

Color convert

RGB185138202-
CMYK0.080.3200.21
HSL284.06º37.65%66.67%-
HSV(B)284.06º31.68%79.22%-
XYZ39.7632.7660.1-
YUV159.35152.07146.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=35.24%
G=26.29%
B=38.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851382020.080.3200.21284.0637.6566.67
HexB98ACA82001511c2643
Octal271212312104002543446103
Binary10111001100010101100101010001000000101011000111001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ACA; }

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

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

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

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

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

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

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

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