Html Css Color HEX #B4A1B3 London Hue

📋 copy color: '#B4A1B3'

red 180 ◦ green 161 ◦ blue 179

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

Shades of London Hue #B4A1B3

Tints of London Hue #B4A1B3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 34.62%
G = 30.96%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4A1B3 (or 0xB4A1B3) is known color: London Hue. HEX triplet: B4, A1 and B3. RGB value is (180,161,179). Sum of RGB (Red+Green+Blue) = 180+161+179=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1B3 is #4B5E4C. Grayscale: #A8A8A8. Windows color (decimal): -4939341 or 11772340. OLE color: 11772340.

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

Color convert

RGB 180 161 179 -
CMYK 0 0.11 0.01 0.29
HSL 303.16º 0.11% 0.67% -
HSV(B) 303.16º 0.11% 0.71% -
XYZ 39.7 38.45 47.98 -
YUV 168.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 180 161 179 0 0.11 0.01 0.29 303.16 0.11 0.67
Hex B4 A1 B3 0 B 1 1D 12F B 43
Octal 264 241 263 0 13 1 35 457 13 103
Binary 10110100 10100001 10110011 0 1011 1 11101 100101111 1011 1000011

Color Harmonies of #B4A1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A1B3

Black with #B4A1B3

Text Example


Text Example

White with #B4A1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A1B3; }

 p { color: rgb(180,161,179); }

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

background-color css

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

 a { background-color: rgb(180,161,179); }

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

border-color css

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

 span { border-color: rgb(180,161,179); }

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