#B892AE

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

Shades of London Hue #B892AE

Tints of London Hue #B892AE

Color information

#B892AE (or 0xB892AE) is unknown color: approx London Hue. HEX triplet: B8, 92 and AE. RGB value is (184,146,174). Sum of RGB (Red+Green+Blue) = 184+146+174=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B892AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892AE is #476D51. Grayscale: #A0A0A0. Windows color (decimal): -4681042 or 11440824. OLE color: 11440824.

HSL color Cylindrical-coordinate representation of color #B892AE: hue angle of 315.79º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B892AE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184146174-
CMYK00.210.050.28
HSL315.79º21.11%64.71%-
HSV(B)315.79º20.65%72.16%-
XYZ37.6933.844.58-
YUV160.55135.59144.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=36.51%
G=28.97%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414617400.210.050.28315.7921.1164.71
HexB892AE01551C13c1541
Octal27022225602553447425101
Binary10111000100100101010111001010110111100100111100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892AE; }

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

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

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

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

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

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

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

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