#B992B4

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

Shades of London Hue #B992B4

Tints of London Hue #B992B4

Color information

#B992B4 (or 0xB992B4) is unknown color: approx London Hue. HEX triplet: B9, 92 and B4. RGB value is (185,146,180). Sum of RGB (Red+Green+Blue) = 185+146+180=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B992B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992B4 is #466D4B. Grayscale: #A1A1A1. Windows color (decimal): -4615500 or 11834041. OLE color: 11834041.

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

Color convert

RGB185146180-
CMYK00.210.030.27
HSL307.69º21.79%64.9%-
HSV(B)307.69º21.08%72.55%-
XYZ38.5234.1747.74-
YUV161.54138.42144.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=36.20%
G=28.57%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514618000.210.030.27307.6921.7964.9
HexB992B401531B1341641
Octal27122226402533346426101
Binary1011100110010010101101000101011111011100110100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992B4; }

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

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

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

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

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

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

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

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