#B988BE

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

Shades of East Side #B988BE

Tints of East Side #B988BE

Color information

#B988BE (or 0xB988BE) is unknown color: approx East Side. HEX triplet: B9, 88 and BE. RGB value is (185,136,190). Sum of RGB (Red+Green+Blue) = 185+136+190=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #B988BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BE is #467741. Grayscale: #9C9C9C. Windows color (decimal): -4618050 or 12486841. OLE color: 12486841.

HSL color Cylindrical-coordinate representation of color #B988BE: hue angle of 294.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B988BE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185136190-
CMYK0.030.2800.25
HSL294.44º29.35%63.92%-
HSV(B)294.44º28.42%74.51%-
XYZ38.1131.6452.81-
YUV156.81146.73148.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=36.20%
G=26.61%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851361900.030.2800.25294.4429.3563.92
HexB988BE31C0191261d40
Octal27121027633403144635100
Binary1011100110001000101111101111100011001100100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988BE; }

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

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

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

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

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

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

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

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