#B681B9

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

Shades of London Hue #B681B9

Tints of London Hue #B681B9

Color information

#B681B9 (or 0xB681B9) is unknown color: approx London Hue. HEX triplet: B6, 81 and B9. RGB value is (182,129,185). Sum of RGB (Red+Green+Blue) = 182+129+185=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #B681B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681B9 is #497E46. Grayscale: #979797. Windows color (decimal): -4816455 or 12157366. OLE color: 12157366.

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

Color convert

RGB182129185-
CMYK0.020.3000.27
HSL296.79º28.57%61.57%-
HSV(B)296.79º30.27%72.55%-
XYZ35.929.1549.63-
YUV151.23147.06149.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=36.69%
G=26.01%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821291850.020.3000.27296.7928.5761.57
HexB681B921E01B1291d3e
Octal2662012712360334513576
Binary101101101000000110111001101111001101110010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681B9; }

 p { color: rgb(182,129,185); }

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

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

 a { background-color: rgb(182,129,185); }

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

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

 span { border-color: rgb(182,129,185); }

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