#B680AC

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

Shades of London Hue #B680AC

Tints of London Hue #B680AC

Color information

#B680AC (or 0xB680AC) is unknown color: approx London Hue. HEX triplet: B6, 80 and AC. RGB value is (182,128,172). Sum of RGB (Red+Green+Blue) = 182+128+172=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B680AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B680AC is #497F53. Grayscale: #959595. Windows color (decimal): -4816724 or 11305142. OLE color: 11305142.

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

Color convert

RGB182128172-
CMYK00.300.050.29
HSL311.11º27%60.78%-
HSV(B)311.11º29.67%71.37%-
XYZ34.4628.3642.69-
YUV149.16140.89151.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=37.76%
G=26.56%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212817200.300.050.29311.112760.78
HexB680AC01E51D1371b3d
Octal2662002540365354673375
Binary1011011010000000101011000111101011110110011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680AC; }

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

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

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

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

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

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

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

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