#B894C0

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

Shades of East Side #B894C0

Tints of East Side #B894C0

Color information

#B894C0 (or 0xB894C0) is unknown color: approx East Side. HEX triplet: B8, 94 and C0. RGB value is (184,148,192). Sum of RGB (Red+Green+Blue) = 184+148+192=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B894C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894C0 is #476B3F. Grayscale: #A3A3A3. Windows color (decimal): -4680512 or 12620984. OLE color: 12620984.

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

Color convert

RGB184148192-
CMYK0.040.2300.25
HSL289.09º25.88%66.67%-
HSV(B)289.09º22.92%75.29%-
XYZ39.8735.1854.56-
YUV163.78143.93142.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=35.11%
G=28.24%
B=36.64%

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
Decimal1841481920.040.2300.25289.0925.8866.67
HexB894C04170191211a43
Octal27022430042703144132103
Binary10111000100101001100000010010111011001100100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894C0; }

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

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

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

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

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

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

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

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