Html Css Color HEX #B496B1 London Hue

📋 copy color: '#B496B1'

red 180 ◦ green 150 ◦ blue 177

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

Shades of London Hue #B496B1

Tints of London Hue #B496B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 35.5%
G = 29.59%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B496B1 (or 0xB496B1) is known color: London Hue. HEX triplet: B4, 96 and B1. RGB value is (180,150,177). Sum of RGB (Red+Green+Blue) = 180+150+177=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B496B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496B1 is #4B694E. Grayscale: #A1A1A1. Windows color (decimal): -4942159 or 11638452. OLE color: 11638452.

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

Color convert

RGB 180 150 177 -
CMYK 0 0.17 0.02 0.29
HSL 306º 0.17% 0.65% -
HSV(B) 306º 0.17% 0.71% -
XYZ 37.66 34.69 46.31 -
YUV 162.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 180 150 177 0 0.17 0.02 0.29 306 0.17 0.65
Hex B4 96 B1 0 11 2 1D 132 11 41
Octal 264 226 261 0 21 2 35 462 21 101
Binary 10110100 10010110 10110001 0 10001 10 11101 100110010 10001 1000001

Color Harmonies of #B496B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496B1

Black with #B496B1

Text Example


Text Example

White with #B496B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496B1; }

 p { color: rgb(180,150,177); }

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

background-color css

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

 a { background-color: rgb(180,150,177); }

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

border-color css

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

 span { border-color: rgb(180,150,177); }

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