#B692B8

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

Shades of London Hue #B692B8

Tints of London Hue #B692B8

Color information

#B692B8 (or 0xB692B8) is unknown color: approx London Hue. HEX triplet: B6, 92 and B8. RGB value is (182,146,184). Sum of RGB (Red+Green+Blue) = 182+146+184=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #B692B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692B8 is #496D47. Grayscale: #A0A0A0. Windows color (decimal): -4812104 or 12096182. OLE color: 12096182.

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

Color convert

RGB182146184-
CMYK0.010.2100.28
HSL296.84º21.11%64.71%-
HSV(B)296.84º20.65%72.16%-
XYZ38.2233.9649.89-
YUV161.1140.93142.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=35.55%
G=28.52%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821461840.010.2100.28296.8421.1164.71
HexB692B811501C1291541
Octal26622227012503445125101
Binary101101101001001010111000110101011100100101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692B8; }

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

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

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

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

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

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

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

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