Html Css Color HEX #B1BAC4 Heather

📋 copy color: '#B1BAC4'

red 177 ◦ green 186 ◦ blue 196

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

Shades of Heather #B1BAC4

Tints of Heather #B1BAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 31.66%
G = 33.27%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B1BAC4 (or 0xB1BAC4) is known color: Heather. HEX triplet: B1, BA and C4. RGB value is (177,186,196). Sum of RGB (Red+Green+Blue) = 177+186+196=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #B1BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAC4 is #4E453B. Grayscale: #B8B8B8. Windows color (decimal): -5129532 or 12892849. OLE color: 12892849.

HSL color Cylindrical-coordinate representation of color #B1BAC4: hue angle of 211.58º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1BAC4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 186 196 -
CMYK 0.10 0.05 0 0.23
HSL 211.58º 0.14% 0.73% -
HSV(B) 211.58º 0.1% 0.77% -
XYZ 45.65 48.45 59.17 -
YUV 184.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 177 186 196 0.10 0.05 0 0.23 211.58 0.14 0.73
Hex B1 BA C4 A 5 0 17 D4 E 49
Octal 261 272 304 12 5 0 27 324 16 111
Binary 10110001 10111010 11000100 1010 101 0 10111 11010100 1110 1001001

Color Harmonies of #B1BAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BAC4

Black with #B1BAC4

Text Example


Text Example

White with #B1BAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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