#B892BE

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

Shades of East Side #B892BE

Tints of East Side #B892BE

Color information

#B892BE (or 0xB892BE) is unknown color: approx East Side. HEX triplet: B8, 92 and BE. RGB value is (184,146,190). Sum of RGB (Red+Green+Blue) = 184+146+190=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B892BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BE is #476D41. Grayscale: #A2A2A2. Windows color (decimal): -4681026 or 12489400. OLE color: 12489400.

HSL color Cylindrical-coordinate representation of color #B892BE: hue angle of 291.82º degrees, saturation: 0.25, 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 #B892BE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184146190-
CMYK0.030.2300.25
HSL291.82º25.29%65.88%-
HSV(B)291.82º23.16%74.51%-
XYZ39.3434.4753.29-
YUV162.38143.59143.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=35.38%
G=28.08%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841461900.030.2300.25291.8225.2965.88
HexB892BE3170191241942
Octal27022227632703144431102
Binary1011100010010010101111101110111011001100100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892BE; }

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

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

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

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

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

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

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

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