Html Css Color HEX #BA9AB8 London Hue

📋 copy color: '#BA9AB8'

red 186 ◦ green 154 ◦ blue 184

#BA9AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BA9AB8

Tints of London Hue #BA9AB8

RGB

 RED value IS 186 (73.05% from 255) = 35.5%

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 35.5%
G = 29.39%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA9AB8 (or 0xBA9AB8) is known color: London Hue. HEX triplet: BA, 9A and B8. RGB value is (186,154,184). Sum of RGB (Red+Green+Blue) = 186+154+184=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB8 is #456547. Grayscale: #A6A6A6. Windows color (decimal): -4547912 or 12098234. OLE color: 12098234.

HSL color Cylindrical-coordinate representation of color #BA9AB8: hue angle of 303.75º degrees, saturation: 0.19, 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 #BA9AB8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 154 184 -
CMYK 0 0.17 0.01 0.27
HSL 303.75º 0.19% 0.67% -
HSV(B) 303.75º 0.17% 0.73% -
XYZ 40.46 37.01 50.36 -
YUV 166.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 186 154 184 0 0.17 0.01 0.27 303.75 0.19 0.67
Hex BA 9A B8 0 11 1 1B 130 13 43
Octal 272 232 270 0 21 1 33 460 23 103
Binary 10111010 10011010 10111000 0 10001 1 11011 100110000 10011 1000011

Color Harmonies of #BA9AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9AB8

Black with #BA9AB8

Text Example


Text Example

White with #BA9AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9AB8; }

 p { color: rgb(186,154,184); }

 H1.HeaderClassName
 {
   color: #BA9AB8;
 }
 .AnyTagClassName
 {
   color: #BA9AB8;
 }
</style>

background-color css

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

 a { background-color: rgb(186,154,184); }

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

border-color css

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

 span { border-color: rgb(186,154,184); }

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