#B892B4

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

Shades of London Hue #B892B4

Tints of London Hue #B892B4

Color information

#B892B4 (or 0xB892B4) is unknown color: approx London Hue. HEX triplet: B8, 92 and B4. RGB value is (184,146,180). Sum of RGB (Red+Green+Blue) = 184+146+180=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B892B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892B4 is #476D4B. Grayscale: #A1A1A1. Windows color (decimal): -4681036 or 11834040. OLE color: 11834040.

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

Color convert

RGB184146180-
CMYK00.210.020.28
HSL306.32º21.11%64.71%-
HSV(B)306.32º20.65%72.16%-
XYZ38.2834.0447.73-
YUV161.24138.59144.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=36.08%
G=28.63%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414618000.210.020.28306.3221.1164.71
HexB892B401521C1321541
Octal27022226402523446225101
Binary1011100010010010101101000101011011100100110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892B4; }

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

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

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

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

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

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

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

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