#B893C0

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

Shades of East Side #B893C0

Tints of East Side #B893C0

Color information

#B893C0 (or 0xB893C0) is unknown color: approx East Side. HEX triplet: B8, 93 and C0. RGB value is (184,147,192). Sum of RGB (Red+Green+Blue) = 184+147+192=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B893C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893C0 is #476C3F. Grayscale: #A3A3A3. Windows color (decimal): -4680768 or 12620728. OLE color: 12620728.

HSL color Cylindrical-coordinate representation of color #B893C0: hue angle of 289.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B893C0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184147192-
CMYK0.040.2300.25
HSL289.33º26.32%66.47%-
HSV(B)289.33º23.44%75.29%-
XYZ39.7234.8654.51-
YUV163.19144.26142.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=35.18%
G=28.11%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841471920.040.2300.25289.3326.3266.47
HexB893C04170191211a42
Octal27022330042703144132102
Binary10111000100100111100000010010111011001100100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893C0; }

 p { color: rgb(184,147,192); }

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

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

 a { background-color: rgb(184,147,192); }

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

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

 span { border-color: rgb(184,147,192); }

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