#B88ECB

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

Shades of East Side #B88ECB

Tints of East Side #B88ECB

Color information

#B88ECB (or 0xB88ECB) is unknown color: approx East Side. HEX triplet: B8, 8E and CB. RGB value is (184,142,203). Sum of RGB (Red+Green+Blue) = 184+142+203=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B88ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ECB is #477134. Grayscale: #A1A1A1. Windows color (decimal): -4682037 or 13340344. OLE color: 13340344.

HSL color Cylindrical-coordinate representation of color #B88ECB: hue angle of 281.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88ECB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184142203-
CMYK0.090.3000.20
HSL281.31º36.97%67.65%-
HSV(B)281.31º30.05%79.61%-
XYZ40.2233.8560.91-
YUV161.51151.41144.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=34.78%
G=26.84%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841422030.090.3000.20281.3136.9767.65
HexB88ECB91E0141192544
Octal270216313113602443145104
Binary1011100010001110110010111001111100101001000110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ECB; }

 p { color: rgb(184,142,203); }

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

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

 a { background-color: rgb(184,142,203); }

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

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

 span { border-color: rgb(184,142,203); }

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