Html Css Color HEX #BA9BB6 London Hue

📋 copy color: '#BA9BB6'

red 186 ◦ green 155 ◦ blue 182

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

Shades of London Hue #BA9BB6

Tints of London Hue #BA9BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 35.56%
G = 29.64%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA9BB6 (or 0xBA9BB6) is known color: London Hue. HEX triplet: BA, 9B and B6. RGB value is (186,155,182). Sum of RGB (Red+Green+Blue) = 186+155+182=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB6 is #456449. Grayscale: #A7A7A7. Windows color (decimal): -4547658 or 11967418. OLE color: 11967418.

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

Color convert

RGB 186 155 182 -
CMYK 0 0.17 0.02 0.27
HSL 307.74º 0.18% 0.67% -
HSV(B) 307.74º 0.17% 0.73% -
XYZ 40.41 37.26 49.32 -
YUV 167.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 186 155 182 0 0.17 0.02 0.27 307.74 0.18 0.67
Hex BA 9B B6 0 11 2 1B 134 12 43
Octal 272 233 266 0 21 2 33 464 22 103
Binary 10111010 10011011 10110110 0 10001 10 11011 100110100 10010 1000011

Color Harmonies of #BA9BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BB6

Black with #BA9BB6

Text Example


Text Example

White with #BA9BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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