#b985c9

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

Shades of East Side #B985C9

Tints of East Side #B985C9

Color information

#B985C9 (or 0xB985C9) is unknown color: approx East Side. HEX triplet: B9, 85 and C9. RGB value is (185,133,201). Sum of RGB (Red+Green+Blue) = 185+133+201=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #B985C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985C9 is #467A36. Grayscale: #9C9C9C. Windows color (decimal): -4618807 or 13206969. OLE color: 13206969.

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

Color convert

RGB185133201-
CMYK0.080.3400.21
HSL285.88º38.64%65.49%-
HSV(B)285.88º33.83%78.82%-
XYZ38.9431.3159.25-
YUV156.3153.23148.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=35.65%
G=25.63%
B=38.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851332010.080.3400.21285.8838.6465.49
HexB985C982201511e2741
Octal271205311104202543647101
Binary10111001100001011100100110001000100101011000111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b985c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b985c9; }

 p { color: rgb(185,133,201); }

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

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

 a { background-color: rgb(185,133,201); }

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

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

 span { border-color: rgb(185,133,201); }

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