Html Css Color HEX #B1BBBF Heather

📋 copy color: '#B1BBBF'

red 177 ◦ green 187 ◦ blue 191

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

Shades of Heather #B1BBBF

Tints of Heather #B1BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

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

R = 31.89%
G = 33.69%
B = 34.41%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1BBBF (or 0xB1BBBF) is known color: Heather. HEX triplet: B1, BB and BF. RGB value is (177,187,191). Sum of RGB (Red+Green+Blue) = 177+187+191=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBBF is #4E4440. Grayscale: #B8B8B8. Windows color (decimal): -5129281 or 12565425. OLE color: 12565425.

HSL color Cylindrical-coordinate representation of color #B1BBBF: hue angle of 197.14º 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 #B1BBBF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 187 191 -
CMYK 0.07 0.02 0 0.25
HSL 197.14º 0.1% 0.72% -
HSV(B) 197.14º 0.07% 0.75% -
XYZ 45.31 48.65 56.29 -
YUV 184.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 177 187 191 0.07 0.02 0 0.25 197.14 0.1 0.72
Hex B1 BB BF 7 2 0 19 C5 A 48
Octal 261 273 277 7 2 0 31 305 12 110
Binary 10110001 10111011 10111111 111 10 0 11001 11000101 1010 1001000

Color Harmonies of #B1BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBBF

Black with #B1BBBF

Text Example


Text Example

White with #B1BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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