#B691AE

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

Shades of London Hue #B691AE

Tints of London Hue #B691AE

Color information

#B691AE (or 0xB691AE) is unknown color: approx London Hue. HEX triplet: B6, 91 and AE. RGB value is (182,145,174). Sum of RGB (Red+Green+Blue) = 182+145+174=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AE is #496E51. Grayscale: #9F9F9F. Windows color (decimal): -4812370 or 11440566. OLE color: 11440566.

HSL color Cylindrical-coordinate representation of color #B691AE: hue angle of 312.97º 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 #B691AE is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182145174-
CMYK00.200.040.29
HSL312.97º20.22%64.12%-
HSV(B)312.97º20.33%71.37%-
XYZ37.0633.2544.51-
YUV159.37136.26144.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=36.33%
G=28.94%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517400.200.040.29312.9720.2264.12
HexB691AE01441D1391440
Octal26622125602443547124100
Binary10110110100100011010111001010010011101100111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691AE; }

 p { color: rgb(182,145,174); }

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

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

 a { background-color: rgb(182,145,174); }

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

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

 span { border-color: rgb(182,145,174); }

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