#B985D2

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

Shades of East Side #B985D2

Tints of East Side #B985D2

Color information

#B985D2 (or 0xB985D2) is unknown color: approx East Side. HEX triplet: B9, 85 and D2. RGB value is (185,133,210). Sum of RGB (Red+Green+Blue) = 185+133+210=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #B985D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985D2 is #467A2D. Grayscale: #9D9D9D. Windows color (decimal): -4618798 or 13796793. OLE color: 13796793.

HSL color Cylindrical-coordinate representation of color #B985D2: hue angle of 280.52º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B985D2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185133210-
CMYK0.120.3700.18
HSL280.52º46.11%67.25%-
HSV(B)280.52º36.67%82.35%-
XYZ40.0331.7464.99-
YUV157.33157.73147.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=35.04%
G=25.19%
B=39.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851332100.120.3700.18280.5246.1167.25
HexB985D2C250121192e43
Octal271205322144502243156103
Binary10111001100001011101001011001001010100101000110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985D2; }

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

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

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

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

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

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

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

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