#B888C6

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

Shades of East Side #B888C6

Tints of East Side #B888C6

Color information

#B888C6 (or 0xB888C6) is unknown color: approx East Side. HEX triplet: B8, 88 and C6. RGB value is (184,136,198). Sum of RGB (Red+Green+Blue) = 184+136+198=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #B888C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888C6 is #477739. Grayscale: #9D9D9D. Windows color (decimal): -4683578 or 13011128. OLE color: 13011128.

HSL color Cylindrical-coordinate representation of color #B888C6: hue angle of 286.45º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B888C6 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184136198-
CMYK0.070.3100.22
HSL286.45º35.23%65.49%-
HSV(B)286.45º31.31%77.65%-
XYZ38.7631.8857.54-
YUV157.42150.9146.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=35.52%
G=26.25%
B=38.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841361980.070.3100.22286.4535.2365.49
HexB888C671F01611e2341
Octal27021030673702643643101
Binary101110001000100011000110111111110101101000111101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888C6; }

 p { color: rgb(184,136,198); }

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

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

 a { background-color: rgb(184,136,198); }

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

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

 span { border-color: rgb(184,136,198); }

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