Html Css Color HEX #B1BCC1 Heather

📋 copy color: '#B1BCC1'

red 177 ◦ green 188 ◦ blue 193

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

Shades of Heather #B1BCC1

Tints of Heather #B1BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 31.72%
G = 33.69%
B = 34.59%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B1BCC1 (or 0xB1BCC1) is known color: Heather. HEX triplet: B1, BC and C1. RGB value is (177,188,193). Sum of RGB (Red+Green+Blue) = 177+188+193=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCC1 is #4E433E. Grayscale: #B9B9B9. Windows color (decimal): -5129023 or 12696753. OLE color: 12696753.

HSL color Cylindrical-coordinate representation of color #B1BCC1: hue angle of 198.75º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BCC1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 188 193 -
CMYK 0.08 0.03 0 0.24
HSL 198.75º 0.11% 0.73% -
HSV(B) 198.75º 0.08% 0.76% -
XYZ 45.74 49.16 57.53 -
YUV 185.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 177 188 193 0.08 0.03 0 0.24 198.75 0.11 0.73
Hex B1 BC C1 8 3 0 18 C7 B 49
Octal 261 274 301 10 3 0 30 307 13 111
Binary 10110001 10111100 11000001 1000 11 0 11000 11000111 1011 1001001

Color Harmonies of #B1BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCC1

Black with #B1BCC1

Text Example


Text Example

White with #B1BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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