Html Css Color HEX #B1BBC5 Heather

📋 copy color: '#B1BBC5'

red 177 ◦ green 187 ◦ blue 197

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

Shades of Heather #B1BBC5

Tints of Heather #B1BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 31.55%
G = 33.33%
B = 35.12%

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

#B1BBC5 (or 0xB1BBC5) is known color: Heather. HEX triplet: B1, BB and C5. RGB value is (177,187,197). Sum of RGB (Red+Green+Blue) = 177+187+197=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #B1BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBC5 is #4E443A. Grayscale: #B9B9B9. Windows color (decimal): -5129275 or 12958641. OLE color: 12958641.

HSL color Cylindrical-coordinate representation of color #B1BBC5: hue angle of 210º degrees, saturation: 0.15, 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 #B1BBC5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 187 197 -
CMYK 0.10 0.05 0 0.23
HSL 210º 0.15% 0.73% -
HSV(B) 210º 0.1% 0.77% -
XYZ 45.98 48.92 59.84 -
YUV 185.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 177 187 197 0.10 0.05 0 0.23 210 0.15 0.73
Hex B1 BB C5 A 5 0 17 D2 F 49
Octal 261 273 305 12 5 0 27 322 17 111
Binary 10110001 10111011 11000101 1010 101 0 10111 11010010 1111 1001001

Color Harmonies of #B1BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBC5

Black with #B1BBC5

Text Example


Text Example

White with #B1BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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