#B692B4

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

Shades of London Hue #B692B4

Tints of London Hue #B692B4

Color information

#B692B4 (or 0xB692B4) is unknown color: approx London Hue. HEX triplet: B6, 92 and B4. RGB value is (182,146,180). Sum of RGB (Red+Green+Blue) = 182+146+180=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B692B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692B4 is #496D4B. Grayscale: #A0A0A0. Windows color (decimal): -4812108 or 11834038. OLE color: 11834038.

HSL color Cylindrical-coordinate representation of color #B692B4: hue angle of 303.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B692B4 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182146180-
CMYK00.200.010.29
HSL303.33º19.78%64.31%-
HSV(B)303.33º19.78%71.37%-
XYZ37.8133.847.71-
YUV160.64138.93143.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=35.83%
G=28.74%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214618000.200.010.29303.3319.7864.31
HexB692B401411D12f1440
Octal26622226402413545724100
Binary101101101001001010110100010100111101100101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692B4; }

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

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

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

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

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

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

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

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