#B892BA

Color #B892BA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B892BA

Tints of London Hue #B892BA

Color information

#B892BA (or 0xB892BA) is unknown color: approx London Hue. HEX triplet: B8, 92 and BA. RGB value is (184,146,186). Sum of RGB (Red+Green+Blue) = 184+146+186=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B892BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BA is #476D45. Grayscale: #A1A1A1. Windows color (decimal): -4681030 or 12227256. OLE color: 12227256.

HSL color Cylindrical-coordinate representation of color #B892BA: hue angle of 297º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B892BA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184146186-
CMYK0.010.2200.27
HSL297º22.47%65.1%-
HSV(B)297º21.51%72.94%-
XYZ38.9134.2951.02-
YUV161.92141.59143.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=35.66%
G=28.29%
B=36.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841461860.010.2200.2729722.4765.1
HexB892BA11601B1291641
Octal27022227212603345126101
Binary101110001001001010111010110110011011100101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892BA; }

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

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

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

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

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

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

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

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