#B693BA

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

Shades of London Hue #B693BA

Tints of London Hue #B693BA

Color information

#B693BA (or 0xB693BA) is unknown color: approx London Hue. HEX triplet: B6, 93 and BA. RGB value is (182,147,186). Sum of RGB (Red+Green+Blue) = 182+147+186=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B693BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BA is #496C45. Grayscale: #A1A1A1. Windows color (decimal): -4811846 or 12227510. OLE color: 12227510.

HSL color Cylindrical-coordinate representation of color #B693BA: hue angle of 293.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B693BA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182147186-
CMYK0.020.2100.27
HSL293.85º22.03%65.29%-
HSV(B)293.85º20.97%72.94%-
XYZ38.5934.3651.05-
YUV161.91141.6142.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=35.34%
G=28.54%
B=36.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821471860.020.2100.27293.8522.0365.29
HexB693BA21501B1261641
Octal26622327222503344626101
Binary1011011010010011101110101010101011011100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693BA; }

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

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

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

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

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

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

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

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