#B694AF

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

Shades of London Hue #B694AF

Tints of London Hue #B694AF

Color information

#B694AF (or 0xB694AF) is unknown color: approx London Hue. HEX triplet: B6, 94 and AF. RGB value is (182,148,175). Sum of RGB (Red+Green+Blue) = 182+148+175=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AF is #496B50. Grayscale: #A1A1A1. Windows color (decimal): -4811601 or 11506870. OLE color: 11506870.

HSL color Cylindrical-coordinate representation of color #B694AF: hue angle of 312.35º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B694AF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182148175-
CMYK00.190.040.29
HSL312.35º18.89%64.71%-
HSV(B)312.35º18.68%71.37%-
XYZ37.6234.2245.18-
YUV161.24135.76142.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=36.04%
G=29.31%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214817500.190.040.29312.3518.8964.71
HexB694AF01341D1381341
Octal26622425702343547023101
Binary10110110100101001010111101001110011101100111000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694AF; }

 p { color: rgb(182,148,175); }

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

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

 a { background-color: rgb(182,148,175); }

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

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

 span { border-color: rgb(182,148,175); }

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