Html Css Color HEX #BA9DB7 London Hue

📋 copy color: '#BA9DB7'

red 186 ◦ green 157 ◦ blue 183

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

Shades of London Hue #BA9DB7

Tints of London Hue #BA9DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 35.36%
G = 29.85%
B = 34.79%

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

#BA9DB7 (or 0xBA9DB7) is known color: London Hue. HEX triplet: BA, 9D and B7. RGB value is (186,157,183). Sum of RGB (Red+Green+Blue) = 186+157+183=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB7 is #456248. Grayscale: #A8A8A8. Windows color (decimal): -4547145 or 12033466. OLE color: 12033466.

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

Color convert

RGB 186 157 183 -
CMYK 0 0.16 0.02 0.27
HSL 306.21º 0.17% 0.67% -
HSV(B) 306.21º 0.16% 0.73% -
XYZ 40.85 37.97 49.98 -
YUV 168.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 186 157 183 0 0.16 0.02 0.27 306.21 0.17 0.67
Hex BA 9D B7 0 10 2 1B 132 11 43
Octal 272 235 267 0 20 2 33 462 21 103
Binary 10111010 10011101 10110111 0 10000 10 11011 100110010 10001 1000011

Color Harmonies of #BA9DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB7

Black with #BA9DB7

Text Example


Text Example

White with #BA9DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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