#B88DCE

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

Shades of East Side #B88DCE

Tints of East Side #B88DCE

Color information

#B88DCE (or 0xB88DCE) is unknown color: approx East Side. HEX triplet: B8, 8D and CE. RGB value is (184,141,206). Sum of RGB (Red+Green+Blue) = 184+141+206=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B88DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DCE is #477231. Grayscale: #A1A1A1. Windows color (decimal): -4682290 or 13536696. OLE color: 13536696.

HSL color Cylindrical-coordinate representation of color #B88DCE: hue angle of 279.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B88DCE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184141206-
CMYK0.110.3200.19
HSL279.69º39.88%68.04%-
HSV(B)279.69º31.55%80.78%-
XYZ40.4333.762.77-
YUV161.27153.25144.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=34.65%
G=26.55%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841412060.110.3200.19279.6939.8868.04
HexB88DCEB200131182844
Octal270215316134002343050104
Binary10111000100011011100111010111000000100111000110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DCE; }

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

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

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

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

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

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

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

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