#B985CB

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

Shades of East Side #B985CB

Tints of East Side #B985CB

Color information

#B985CB (or 0xB985CB) is unknown color: approx East Side. HEX triplet: B9, 85 and CB. RGB value is (185,133,203). Sum of RGB (Red+Green+Blue) = 185+133+203=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B985CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985CB is #467A34. Grayscale: #9C9C9C. Windows color (decimal): -4618805 or 13338041. OLE color: 13338041.

HSL color Cylindrical-coordinate representation of color #B985CB: hue angle of 284.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B985CB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185133203-
CMYK0.090.3400.20
HSL284.57º40.23%65.88%-
HSV(B)284.57º34.48%79.61%-
XYZ39.1731.460.5-
YUV156.53154.23148.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=35.51%
G=25.53%
B=38.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851332030.090.3400.20284.5740.2365.88
HexB985CB92201411d2842
Octal271205313114202443550102
Binary10111001100001011100101110011000100101001000111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985CB; }

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

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

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

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

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

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

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

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