Html Css Color HEX #BA9DB5 London Hue

📋 copy color: '#BA9DB5'

red 186 ◦ green 157 ◦ blue 181

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

Shades of London Hue #BA9DB5

Tints of London Hue #BA9DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 35.5%
G = 29.96%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA9DB5 (or 0xBA9DB5) is known color: London Hue. HEX triplet: BA, 9D and B5. RGB value is (186,157,181). Sum of RGB (Red+Green+Blue) = 186+157+181=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB5 is #45624A. Grayscale: #A8A8A8. Windows color (decimal): -4547147 or 11902394. OLE color: 11902394.

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

Color convert

RGB 186 157 181 -
CMYK 0 0.16 0.03 0.27
HSL 310.34º 0.17% 0.67% -
HSV(B) 310.34º 0.16% 0.73% -
XYZ 40.65 37.89 48.89 -
YUV 168.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 186 157 181 0 0.16 0.03 0.27 310.34 0.17 0.67
Hex BA 9D B5 0 10 3 1B 136 11 43
Octal 272 235 265 0 20 3 33 466 21 103
Binary 10111010 10011101 10110101 0 10000 11 11011 100110110 10001 1000011

Color Harmonies of #BA9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB5

Black with #BA9DB5

Text Example


Text Example

White with #BA9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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