Html Css Color HEX #BA9FB5 London Hue

📋 copy color: '#BA9FB5'

red 186 ◦ green 159 ◦ blue 181

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

Shades of London Hue #BA9FB5

Tints of London Hue #BA9FB5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

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

R = 35.36%
G = 30.23%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA9FB5 (or 0xBA9FB5) is known color: London Hue. HEX triplet: BA, 9F and B5. RGB value is (186,159,181). Sum of RGB (Red+Green+Blue) = 186+159+181=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FB5 is #45604A. Grayscale: #A9A9A9. Windows color (decimal): -4546635 or 11902906. OLE color: 11902906.

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

Color convert

RGB 186 159 181 -
CMYK 0 0.15 0.03 0.27
HSL 311.11º 0.16% 0.68% -
HSV(B) 311.11º 0.15% 0.73% -
XYZ 40.99 38.57 49 -
YUV 169.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 186 159 181 0 0.15 0.03 0.27 311.11 0.16 0.68
Hex BA 9F B5 0 F 3 1B 137 10 44
Octal 272 237 265 0 17 3 33 467 20 104
Binary 10111010 10011111 10110101 0 1111 11 11011 100110111 10000 1000100

Color Harmonies of #BA9FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FB5

Black with #BA9FB5

Text Example


Text Example

White with #BA9FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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