#BA9BB4

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

Shades of London Hue #BA9BB4

Tints of London Hue #BA9BB4

Color information

#BA9BB4 (or 0xBA9BB4) is unknown color: approx London Hue. HEX triplet: BA, 9B and B4. RGB value is (186,155,180). Sum of RGB (Red+Green+Blue) = 186+155+180=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB4 is #45644B. Grayscale: #A7A7A7. Windows color (decimal): -4547660 or 11836346. OLE color: 11836346.

HSL color Cylindrical-coordinate representation of color #BA9BB4: hue angle of 311.61º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9BB4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186155180-
CMYK00.170.030.27
HSL311.61º18.34%66.86%-
HSV(B)311.61º16.67%72.94%-
XYZ40.2137.1848.24-
YUV167.12135.27141.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=35.70%
G=29.75%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615518000.170.030.27311.6118.3466.86
HexBA9BB401131B1381243
Octal27223326402133347022103
Binary1011101010011011101101000100011111011100111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BB4; }

 p { color: rgb(186,155,180); }

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

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

 a { background-color: rgb(186,155,180); }

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

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

 span { border-color: rgb(186,155,180); }

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