Html Css Color HEX #B1BBC6 Heather

📋 copy color: '#B1BBC6'

red 177 ◦ green 187 ◦ blue 198

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

Shades of Heather #B1BBC6

Tints of Heather #B1BBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 31.49%
G = 33.27%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B1BBC6 (or 0xB1BBC6) is known color: Heather. HEX triplet: B1, BB and C6. RGB value is (177,187,198). Sum of RGB (Red+Green+Blue) = 177+187+198=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBC6 is #4E4439. Grayscale: #B9B9B9. Windows color (decimal): -5129274 or 13024177. OLE color: 13024177.

HSL color Cylindrical-coordinate representation of color #B1BBC6: hue angle of 211.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BBC6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 187 198 -
CMYK 0.11 0.06 0 0.22
HSL 211.43º 0.16% 0.74% -
HSV(B) 211.43º 0.11% 0.78% -
XYZ 46.09 48.96 60.45 -
YUV 185.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 177 187 198 0.11 0.06 0 0.22 211.43 0.16 0.74
Hex B1 BB C6 B 6 0 16 D3 10 4A
Octal 261 273 306 13 6 0 26 323 20 112
Binary 10110001 10111011 11000110 1011 110 0 10110 11010011 10000 1001010

Color Harmonies of #B1BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBC6

Black with #B1BBC6

Text Example


Text Example

White with #B1BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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