#B892AD

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

Shades of London Hue #B892AD

Tints of London Hue #B892AD

Color information

#B892AD (or 0xB892AD) is unknown color: approx London Hue. HEX triplet: B8, 92 and AD. RGB value is (184,146,173). Sum of RGB (Red+Green+Blue) = 184+146+173=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B892AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892AD is #476D52. Grayscale: #A0A0A0. Windows color (decimal): -4681043 or 11375288. OLE color: 11375288.

HSL color Cylindrical-coordinate representation of color #B892AD: hue angle of 317.37º 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 #B892AD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184146173-
CMYK00.210.060.28
HSL317.37º21.11%64.71%-
HSV(B)317.37º20.65%72.16%-
XYZ37.5933.7744.07-
YUV160.44135.09144.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=36.58%
G=29.03%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414617300.210.060.28317.3721.1164.71
HexB892AD01561C13d1541
Octal27022225502563447525101
Binary10111000100100101010110101010111011100100111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892AD; }

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

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

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

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

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

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

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

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