Html Css Color HEX #B495AD London Hue

📋 copy color: '#B495AD'

red 180 ◦ green 149 ◦ blue 173

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

Shades of London Hue #B495AD

Tints of London Hue #B495AD

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

 GREEN value IS 149 (58.59% from 255) = 29.68%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 35.86%
G = 29.68%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B495AD (or 0xB495AD) is known color: London Hue. HEX triplet: B4, 95 and AD. RGB value is (180,149,173). Sum of RGB (Red+Green+Blue) = 180+149+173=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B495AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B495AD is #4B6A52. Grayscale: #A0A0A0. Windows color (decimal): -4942419 or 11376052. OLE color: 11376052.

HSL color Cylindrical-coordinate representation of color #B495AD: hue angle of 313.55º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B495AD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 173 -
CMYK 0 0.17 0.04 0.29
HSL 313.55º 0.17% 0.65% -
HSV(B) 313.55º 0.17% 0.71% -
XYZ 37.11 34.22 44.18 -
YUV 161.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 180 149 173 0 0.17 0.04 0.29 313.55 0.17 0.65
Hex B4 95 AD 0 11 4 1D 13A 11 41
Octal 264 225 255 0 21 4 35 472 21 101
Binary 10110100 10010101 10101101 0 10001 100 11101 100111010 10001 1000001

Color Harmonies of #B495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495AD

Black with #B495AD

Text Example


Text Example

White with #B495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495AD; }

 p { color: rgb(180,149,173); }

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

background-color css

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

 a { background-color: rgb(180,149,173); }

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

border-color css

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

 span { border-color: rgb(180,149,173); }

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