#B892BF

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

Shades of East Side #B892BF

Tints of East Side #B892BF

Color information

#B892BF (or 0xB892BF) is unknown color: approx East Side. HEX triplet: B8, 92 and BF. RGB value is (184,146,191). Sum of RGB (Red+Green+Blue) = 184+146+191=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B892BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BF is #476D40. Grayscale: #A2A2A2. Windows color (decimal): -4681025 or 12554936. OLE color: 12554936.

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

Color convert

RGB184146191-
CMYK0.040.2400.25
HSL290.67º26.01%66.08%-
HSV(B)290.67º23.56%74.9%-
XYZ39.4534.5153.87-
YUV162.49144.09143.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 191 (75% from 255) = 36.66%
R=35.32%
G=28.02%
B=36.66%

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
Decimal1841461910.040.2400.25290.6726.0166.08
HexB892BF4180191231a42
Octal27022227743003144332102
Binary10111000100100101011111110011000011001100100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892BF; }

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

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

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

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

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

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

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

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