Html Css Color HEX #B1BCBF Heather

📋 copy color: '#B1BCBF'

red 177 ◦ green 188 ◦ blue 191

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

Shades of Heather #B1BCBF

Tints of Heather #B1BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

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

R = 31.83%
G = 33.81%
B = 34.35%

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

#B1BCBF (or 0xB1BCBF) is known color: Heather. HEX triplet: B1, BC and BF. RGB value is (177,188,191). Sum of RGB (Red+Green+Blue) = 177+188+191=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCBF is #4E4340. Grayscale: #B9B9B9. Windows color (decimal): -5129025 or 12565681. OLE color: 12565681.

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

Color convert

RGB 177 188 191 -
CMYK 0.07 0.02 0 0.25
HSL 192.86º 0.1% 0.72% -
HSV(B) 192.86º 0.07% 0.75% -
XYZ 45.52 49.08 56.36 -
YUV 185.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 177 188 191 0.07 0.02 0 0.25 192.86 0.1 0.72
Hex B1 BC BF 7 2 0 19 C1 A 48
Octal 261 274 277 7 2 0 31 301 12 110
Binary 10110001 10111100 10111111 111 10 0 11001 11000001 1010 1001000

Color Harmonies of #B1BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCBF

Black with #B1BCBF

Text Example


Text Example

White with #B1BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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