Html Css Color HEX #B495AB London Hue

📋 copy color: '#B495AB'

red 180 ◦ green 149 ◦ blue 171

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

Shades of London Hue #B495AB

Tints of London Hue #B495AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 36%
G = 29.8%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B495AB (or 0xB495AB) is known color: London Hue. HEX triplet: B4, 95 and AB. RGB value is (180,149,171). Sum of RGB (Red+Green+Blue) = 180+149+171=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B495AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B495AB is #4B6A54. Grayscale: #A0A0A0. Windows color (decimal): -4942421 or 11244980. OLE color: 11244980.

HSL color Cylindrical-coordinate representation of color #B495AB: hue angle of 317.42º 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 #B495AB is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 171 -
CMYK 0 0.17 0.05 0.29
HSL 317.42º 0.17% 0.65% -
HSV(B) 317.42º 0.17% 0.71% -
XYZ 36.92 34.14 43.17 -
YUV 160.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 180 149 171 0 0.17 0.05 0.29 317.42 0.17 0.65
Hex B4 95 AB 0 11 5 1D 13D 11 41
Octal 264 225 253 0 21 5 35 475 21 101
Binary 10110100 10010101 10101011 0 10001 101 11101 100111101 10001 1000001

Color Harmonies of #B495AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495AB

Black with #B495AB

Text Example


Text Example

White with #B495AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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