#B985CE

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

Shades of East Side #B985CE

Tints of East Side #B985CE

Color information

#B985CE (or 0xB985CE) is unknown color: approx East Side. HEX triplet: B9, 85 and CE. RGB value is (185,133,206). Sum of RGB (Red+Green+Blue) = 185+133+206=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #B985CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985CE is #467A31. Grayscale: #9C9C9C. Windows color (decimal): -4618802 or 13534649. OLE color: 13534649.

HSL color Cylindrical-coordinate representation of color #B985CE: hue angle of 282.74º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B985CE is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185133206-
CMYK0.100.3500.19
HSL282.74º42.69%66.47%-
HSV(B)282.74º35.44%80.78%-
XYZ39.5431.5562.4-
YUV156.87155.73148.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=35.31%
G=25.38%
B=39.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851332060.100.3500.19282.7442.6966.47
HexB985CEA2301311b2b42
Octal271205316124302343353102
Binary10111001100001011100111010101000110100111000110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985CE; }

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

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

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

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

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

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

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

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