#B693B6

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

Shades of London Hue #B693B6

Tints of London Hue #B693B6

Color information

#B693B6 (or 0xB693B6) is unknown color: approx London Hue. HEX triplet: B6, 93 and B6. RGB value is (182,147,182). Sum of RGB (Red+Green+Blue) = 182+147+182=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B693B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693B6 is #496C49. Grayscale: #A1A1A1. Windows color (decimal): -4811850 or 11965366. OLE color: 11965366.

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

Color convert

RGB182147182-
CMYK00.1900.29
HSL300º19.34%64.51%-
HSV(B)300º19.23%71.37%-
XYZ38.1734.1948.84-
YUV161.45139.6142.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=35.62%
G=28.77%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214718200.1900.2930019.3464.51
HexB693B601301D12c1341
Octal26622326602303545423101
Binary101101101001001110110110010011011101100101100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693B6; }

 p { color: rgb(182,147,182); }

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

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

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

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

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

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

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