Html Css Color HEX #BA9EB6 London Hue

📋 copy color: '#BA9EB6'

red 186 ◦ green 158 ◦ blue 182

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

Shades of London Hue #BA9EB6

Tints of London Hue #BA9EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 35.36%
G = 30.04%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA9EB6 (or 0xBA9EB6) is known color: London Hue. HEX triplet: BA, 9E and B6. RGB value is (186,158,182). Sum of RGB (Red+Green+Blue) = 186+158+182=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB6 is #456149. Grayscale: #A9A9A9. Windows color (decimal): -4546890 or 11968186. OLE color: 11968186.

HSL color Cylindrical-coordinate representation of color #BA9EB6: hue angle of 308.57º 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 #BA9EB6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 182 -
CMYK 0 0.15 0.02 0.27
HSL 308.57º 0.17% 0.67% -
HSV(B) 308.57º 0.15% 0.73% -
XYZ 40.92 38.27 49.49 -
YUV 169.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 186 158 182 0 0.15 0.02 0.27 308.57 0.17 0.67
Hex BA 9E B6 0 F 2 1B 135 11 43
Octal 272 236 266 0 17 2 33 465 21 103
Binary 10111010 10011110 10110110 0 1111 10 11011 100110101 10001 1000011

Color Harmonies of #BA9EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EB6

Black with #BA9EB6

Text Example


Text Example

White with #BA9EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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