Html Css Color HEX #B1BABF Heather

📋 copy color: '#B1BABF'

red 177 ◦ green 186 ◦ blue 191

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

Shades of Heather #B1BABF

Tints of Heather #B1BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

 BLUE value IS 191 (75% from 255) = 34.48%

R = 31.95%
G = 33.57%
B = 34.48%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1BABF (or 0xB1BABF) is known color: Heather. HEX triplet: B1, BA and BF. RGB value is (177,186,191). Sum of RGB (Red+Green+Blue) = 177+186+191=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BABF is #4E4540. Grayscale: #B7B7B7. Windows color (decimal): -5129537 or 12565169. OLE color: 12565169.

HSL color Cylindrical-coordinate representation of color #B1BABF: hue angle of 201.43º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BABF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 186 191 -
CMYK 0.07 0.03 0 0.25
HSL 201.43º 0.1% 0.72% -
HSV(B) 201.43º 0.07% 0.75% -
XYZ 45.09 48.23 56.22 -
YUV 183.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 177 186 191 0.07 0.03 0 0.25 201.43 0.1 0.72
Hex B1 BA BF 7 3 0 19 C9 A 48
Octal 261 272 277 7 3 0 31 311 12 110
Binary 10110001 10111010 10111111 111 11 0 11001 11001001 1010 1001000

Color Harmonies of #B1BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BABF

Black with #B1BABF

Text Example


Text Example

White with #B1BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BABF; }

 p { color: rgb(177,186,191); }

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

background-color css

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

 a { background-color: rgb(177,186,191); }

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

border-color css

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

 span { border-color: rgb(177,186,191); }

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