#B988CA

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

Shades of East Side #B988CA

Tints of East Side #B988CA

Color information

#B988CA (or 0xB988CA) is unknown color: approx East Side. HEX triplet: B9, 88 and CA. RGB value is (185,136,202). Sum of RGB (Red+Green+Blue) = 185+136+202=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #B988CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988CA is #467735. Grayscale: #9D9D9D. Windows color (decimal): -4618038 or 13273273. OLE color: 13273273.

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

Color convert

RGB185136202-
CMYK0.080.3300.21
HSL284.55º38.37%66.27%-
HSV(B)284.55º32.67%79.22%-
XYZ39.4732.1960.01-
YUV158.17152.73147.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=35.37%
G=26.00%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851362020.080.3300.21284.5538.3766.27
HexB988CA82101511d2642
Octal271210312104102543546102
Binary10111001100010001100101010001000010101011000111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988CA; }

 p { color: rgb(185,136,202); }

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

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

 a { background-color: rgb(185,136,202); }

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

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

 span { border-color: rgb(185,136,202); }

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