Html Css Color HEX #B2A2B0 London Hue

📋 copy color: '#B2A2B0'

red 178 ◦ green 162 ◦ blue 176

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

Shades of London Hue #B2A2B0

Tints of London Hue #B2A2B0

RGB

 RED value IS 178 (69.92% from 255) = 34.5%

 GREEN value IS 162 (63.67% from 255) = 31.4%

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 34.5%
G = 31.4%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B2A2B0 (or 0xB2A2B0) is known color: London Hue. HEX triplet: B2, A2 and B0. RGB value is (178,162,176). Sum of RGB (Red+Green+Blue) = 178+162+176=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A2B0 is #4D5D4F. Grayscale: #A8A8A8. Windows color (decimal): -5070160 or 11575986. OLE color: 11575986.

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

Color convert

RGB 178 162 176 -
CMYK 0 0.09 0.01 0.30
HSL 307.5º 0.09% 0.67% -
HSV(B) 307.5º 0.09% 0.7% -
XYZ 39.12 38.44 46.43 -
YUV 168.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 178 162 176 0 0.09 0.01 0.30 307.5 0.09 0.67
Hex B2 A2 B0 0 9 1 1E 134 9 43
Octal 262 242 260 0 11 1 36 464 11 103
Binary 10110010 10100010 10110000 0 1001 1 11110 100110100 1001 1000011

Color Harmonies of #B2A2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2B0

Black with #B2A2B0

Text Example


Text Example

White with #B2A2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2B0; }

 p { color: rgb(178,162,176); }

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

background-color css

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

 a { background-color: rgb(178,162,176); }

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

border-color css

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

 span { border-color: rgb(178,162,176); }

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