#B88DC6

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

Shades of East Side #B88DC6

Tints of East Side #B88DC6

Color information

#B88DC6 (or 0xB88DC6) is unknown color: approx East Side. HEX triplet: B8, 8D and C6. RGB value is (184,141,198). Sum of RGB (Red+Green+Blue) = 184+141+198=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #B88DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DC6 is #477239. Grayscale: #A0A0A0. Windows color (decimal): -4682298 or 13012408. OLE color: 13012408.

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

Color convert

RGB184141198-
CMYK0.070.2900.22
HSL285.26º33.33%66.47%-
HSV(B)285.26º28.79%77.65%-
XYZ39.4933.3257.78-
YUV160.35149.25144.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=35.18%
G=26.96%
B=37.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841411980.070.2900.22285.2633.3366.47
HexB88DC671D01611d2142
Octal27021530673502643541102
Binary101110001000110111000110111111010101101000111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DC6; }

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

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

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

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

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

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

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

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