#B98CCA

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

Shades of East Side #B98CCA

Tints of East Side #B98CCA

Color information

#B98CCA (or 0xB98CCA) is unknown color: approx East Side. HEX triplet: B9, 8C and CA. RGB value is (185,140,202). Sum of RGB (Red+Green+Blue) = 185+140+202=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B98CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCA is #467335. Grayscale: #A0A0A0. Windows color (decimal): -4617014 or 13274297. OLE color: 13274297.

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

Color convert

RGB185140202-
CMYK0.080.3100.21
HSL283.55º36.9%67.06%-
HSV(B)283.55º30.69%79.22%-
XYZ40.0533.3360.2-
YUV160.52151.41145.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=35.10%
G=26.57%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851402020.080.3100.21283.5536.967.06
HexB98CCA81F01511c2543
Octal271214312103702543445103
Binary1011100110001100110010101000111110101011000111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CCA; }

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

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

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

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

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

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

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

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