Html Css Color HEX #B4A9B2 London Hue

📋 copy color: '#B4A9B2'

red 180 ◦ green 169 ◦ blue 178

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

Shades of London Hue #B4A9B2

Tints of London Hue #B4A9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 34.16%
G = 32.07%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4A9B2 (or 0xB4A9B2) is known color: London Hue. HEX triplet: B4, A9 and B2. RGB value is (180,169,178). Sum of RGB (Red+Green+Blue) = 180+169+178=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9B2 is #4B564D. Grayscale: #ADADAD. Windows color (decimal): -4937294 or 11708852. OLE color: 11708852.

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

Color convert

RGB 180 169 178 -
CMYK 0 0.06 0.01 0.29
HSL 310.91º 0.07% 0.68% -
HSV(B) 310.91º 0.06% 0.71% -
XYZ 41.05 41.29 47.93 -
YUV 173.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 180 169 178 0 0.06 0.01 0.29 310.91 0.07 0.68
Hex B4 A9 B2 0 6 1 1D 137 7 44
Octal 264 251 262 0 6 1 35 467 7 104
Binary 10110100 10101001 10110010 0 110 1 11101 100110111 111 1000100

Color Harmonies of #B4A9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9B2

Black with #B4A9B2

Text Example


Text Example

White with #B4A9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9B2; }

 p { color: rgb(180,169,178); }

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

background-color css

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

 a { background-color: rgb(180,169,178); }

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

border-color css

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

 span { border-color: rgb(180,169,178); }

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