#B98CCB

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

Shades of East Side #B98CCB

Tints of East Side #B98CCB

Color information

#B98CCB (or 0xB98CCB) is unknown color: approx East Side. HEX triplet: B9, 8C and CB. RGB value is (185,140,203). Sum of RGB (Red+Green+Blue) = 185+140+203=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B98CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCB is #467334. Grayscale: #A0A0A0. Windows color (decimal): -4617013 or 13339833. OLE color: 13339833.

HSL color Cylindrical-coordinate representation of color #B98CCB: hue angle of 282.86º degrees, saturation: 0.38, 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 #B98CCB is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185140203-
CMYK0.090.3100.20
HSL282.86º37.72%67.25%-
HSV(B)282.86º31.03%79.61%-
XYZ40.1733.3860.83-
YUV160.64151.91145.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=35.04%
G=26.52%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851402030.090.3100.20282.8637.7267.25
HexB98CCB91F01411b2643
Octal271214313113702443346103
Binary1011100110001100110010111001111110101001000110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CCB; }

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

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

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

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

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

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

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

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