Html Css Color HEX #BA9DB6 London Hue

📋 copy color: '#BA9DB6'

red 186 ◦ green 157 ◦ blue 182

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

Shades of London Hue #BA9DB6

Tints of London Hue #BA9DB6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 35.43%
G = 29.9%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA9DB6 (or 0xBA9DB6) is known color: London Hue. HEX triplet: BA, 9D and B6. RGB value is (186,157,182). Sum of RGB (Red+Green+Blue) = 186+157+182=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB6 is #456249. Grayscale: #A8A8A8. Windows color (decimal): -4547146 or 11967930. OLE color: 11967930.

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

Color convert

RGB 186 157 182 -
CMYK 0 0.16 0.02 0.27
HSL 308.28º 0.17% 0.67% -
HSV(B) 308.28º 0.16% 0.73% -
XYZ 40.75 37.93 49.43 -
YUV 168.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 186 157 182 0 0.16 0.02 0.27 308.28 0.17 0.67
Hex BA 9D B6 0 10 2 1B 134 11 43
Octal 272 235 266 0 20 2 33 464 21 103
Binary 10111010 10011101 10110110 0 10000 10 11011 100110100 10001 1000011

Color Harmonies of #BA9DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB6

Black with #BA9DB6

Text Example


Text Example

White with #BA9DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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