#B691AD

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

Shades of London Hue #B691AD

Tints of London Hue #B691AD

Color information

#B691AD (or 0xB691AD) is unknown color: approx London Hue. HEX triplet: B6, 91 and AD. RGB value is (182,145,173). Sum of RGB (Red+Green+Blue) = 182+145+173=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AD is #496E52. Grayscale: #9F9F9F. Windows color (decimal): -4812371 or 11375030. OLE color: 11375030.

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

Color convert

RGB182145173-
CMYK00.200.050.29
HSL314.59º20.22%64.12%-
HSV(B)314.59º20.33%71.37%-
XYZ36.9633.2144-
YUV159.26135.76144.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=36.4%
G=29%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517300.200.050.29314.5920.2264.12
HexB691AD01451D13b1440
Octal26622125502453547324100
Binary10110110100100011010110101010010111101100111011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691AD; }

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

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

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

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

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

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

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

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