#B98CCC

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

Shades of East Side #B98CCC

Tints of East Side #B98CCC

Color information

#B98CCC (or 0xB98CCC) is unknown color: approx East Side. HEX triplet: B9, 8C and CC. RGB value is (185,140,204). Sum of RGB (Red+Green+Blue) = 185+140+204=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B98CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCC is #467333. Grayscale: #A0A0A0. Windows color (decimal): -4617012 or 13405369. OLE color: 13405369.

HSL color Cylindrical-coordinate representation of color #B98CCC: hue angle of 282.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98CCC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185140204-
CMYK0.090.3100.2
HSL282.19º38.55%67.45%-
HSV(B)282.19º31.37%80%-
XYZ40.2833.4361.46-
YUV160.75152.41145.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=34.97%
G=26.47%
B=38.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851402040.090.3100.2282.1938.5567.45
HexB98CCC91F01411a2743
Octal271214314113702443247103
Binary1011100110001100110011001001111110101001000110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CCC; }

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

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

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

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

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

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

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

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