Html Css Color HEX #B4B7BA Heather

📋 copy color: '#B4B7BA'

red 180 ◦ green 183 ◦ blue 186

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

Shades of Heather #B4B7BA

Tints of Heather #B4B7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 32.79%
G = 33.33%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B4B7BA (or 0xB4B7BA) is known color: Heather. HEX triplet: B4, B7 and BA. RGB value is (180,183,186). Sum of RGB (Red+Green+Blue) = 180+183+186=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7BA is #4B4845. Grayscale: #B6B6B6. Windows color (decimal): -4933702 or 12236724. OLE color: 12236724.

HSL color Cylindrical-coordinate representation of color #B4B7BA: hue angle of 210º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B7BA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 183 186 -
CMYK 0.03 0.02 0 0.27
HSL 210º 0.04% 0.72% -
HSV(B) 210º 0.03% 0.73% -
XYZ 44.62 47.12 53.2 -
YUV 182.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 180 183 186 0.03 0.02 0 0.27 210 0.04 0.72
Hex B4 B7 BA 3 2 0 1B D2 4 48
Octal 264 267 272 3 2 0 33 322 4 110
Binary 10110100 10110111 10111010 11 10 0 11011 11010010 100 1001000

Color Harmonies of #B4B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B7BA

Black with #B4B7BA

Text Example


Text Example

White with #B4B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B7BA; }

 p { color: rgb(180,183,186); }

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

background-color css

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

 a { background-color: rgb(180,183,186); }

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

border-color css

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

 span { border-color: rgb(180,183,186); }

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