#B695AC

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

Shades of London Hue #B695AC

Tints of London Hue #B695AC

Color information

#B695AC (or 0xB695AC) is unknown color: approx London Hue. HEX triplet: B6, 95 and AC. RGB value is (182,149,172). Sum of RGB (Red+Green+Blue) = 182+149+172=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B695AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B695AC is #496A53. Grayscale: #A1A1A1. Windows color (decimal): -4811348 or 11310518. OLE color: 11310518.

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

Color convert

RGB182149172-
CMYK00.180.050.29
HSL318.18º18.44%64.9%-
HSV(B)318.18º18.13%71.37%-
XYZ37.4934.4243.7-
YUV161.49133.93142.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=36.18%
G=29.62%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214917200.180.050.29318.1818.4464.9
HexB695AC01251D13e1241
Octal26622525402253547622101
Binary10110110100101011010110001001010111101100111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695AC; }

 p { color: rgb(182,149,172); }

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

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

 a { background-color: rgb(182,149,172); }

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

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

 span { border-color: rgb(182,149,172); }

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