#B892C0

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

Shades of East Side #B892C0

Tints of East Side #B892C0

Color information

#B892C0 (or 0xB892C0) is unknown color: approx East Side. HEX triplet: B8, 92 and C0. RGB value is (184,146,192). Sum of RGB (Red+Green+Blue) = 184+146+192=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B892C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892C0 is #476D3F. Grayscale: #A2A2A2. Windows color (decimal): -4681024 or 12620472. OLE color: 12620472.

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

Color convert

RGB184146192-
CMYK0.040.2400.25
HSL289.57º26.74%66.27%-
HSV(B)289.57º23.96%75.29%-
XYZ39.5634.5554.45-
YUV162.61144.59143.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=35.25%
G=27.97%
B=36.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841461920.040.2400.25289.5726.7466.27
HexB892C04180191221b42
Octal27022230043003144233102
Binary10111000100100101100000010011000011001100100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892C0; }

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

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

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

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

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

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

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

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