Html Css Color HEX #B1B4B6 Heather

📋 copy color: '#B1B4B6'

red 177 ◦ green 180 ◦ blue 182

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

Shades of Heather #B1B4B6

Tints of Heather #B1B4B6

RGB

 RED value IS 177 (69.53% from 255) = 32.84%

 GREEN value IS 180 (70.7% from 255) = 33.4%

 BLUE value IS 182 (71.48% from 255) = 33.77%

R = 32.84%
G = 33.4%
B = 33.77%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B1B4B6 (or 0xB1B4B6) is known color: Heather. HEX triplet: B1, B4 and B6. RGB value is (177,180,182). Sum of RGB (Red+Green+Blue) = 177+180+182=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 182 - color contains mainly: blue. Hex color #B1B4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B4B6 is #4E4B49. Grayscale: #B3B3B3. Windows color (decimal): -5131082 or 11973809. OLE color: 11973809.

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

Color convert

RGB 177 180 182 -
CMYK 0.03 0.01 0 0.29
HSL 204º 0.03% 0.7% -
HSV(B) 204º 0.03% 0.71% -
XYZ 42.9 45.37 50.75 -
YUV 179.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 177 180 182 0.03 0.01 0 0.29 204 0.03 0.7
Hex B1 B4 B6 3 1 0 1D CC 3 46
Octal 261 264 266 3 1 0 35 314 3 106
Binary 10110001 10110100 10110110 11 1 0 11101 11001100 11 1000110

Color Harmonies of #B1B4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B4B6

Black with #B1B4B6

Text Example


Text Example

White with #B1B4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B4B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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