#B992BB

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

Shades of London Hue #B992BB

Tints of London Hue #B992BB

Color information

#B992BB (or 0xB992BB) is unknown color: approx London Hue. HEX triplet: B9, 92 and BB. RGB value is (185,146,187). Sum of RGB (Red+Green+Blue) = 185+146+187=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B992BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BB is #466D44. Grayscale: #A2A2A2. Windows color (decimal): -4615493 or 12292793. OLE color: 12292793.

HSL color Cylindrical-coordinate representation of color #B992BB: hue angle of 297.07º degrees, saturation: 0.23, 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 #B992BB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185146187-
CMYK0.010.2200.27
HSL297.07º23.16%65.29%-
HSV(B)297.07º21.93%73.33%-
XYZ39.2634.4651.6-
YUV162.34141.92144.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=35.71%
G=28.19%
B=36.10%

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
Decimal1851461870.010.2200.27297.0723.1665.29
HexB992BB11601B1291741
Octal27122227312603345127101
Binary101110011001001010111011110110011011100101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992BB; }

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

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

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

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

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

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

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

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