Html Css Color HEX #BA9EB8 London Hue

📋 copy color: '#BA9EB8'

red 186 ◦ green 158 ◦ blue 184

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

Shades of London Hue #BA9EB8

Tints of London Hue #BA9EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

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

R = 35.23%
G = 29.92%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA9EB8 (or 0xBA9EB8) is known color: London Hue. HEX triplet: BA, 9E and B8. RGB value is (186,158,184). Sum of RGB (Red+Green+Blue) = 186+158+184=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB8 is #456147. Grayscale: #A9A9A9. Windows color (decimal): -4546888 or 12099258. OLE color: 12099258.

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

Color convert

RGB 186 158 184 -
CMYK 0 0.15 0.01 0.27
HSL 304.29º 0.17% 0.67% -
HSV(B) 304.29º 0.15% 0.73% -
XYZ 41.13 38.35 50.58 -
YUV 169.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 186 158 184 0 0.15 0.01 0.27 304.29 0.17 0.67
Hex BA 9E B8 0 F 1 1B 130 11 43
Octal 272 236 270 0 17 1 33 460 21 103
Binary 10111010 10011110 10111000 0 1111 1 11011 100110000 10001 1000011

Color Harmonies of #BA9EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EB8

Black with #BA9EB8

Text Example


Text Example

White with #BA9EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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