Html Css Color HEX #B1BEC6 Heather

📋 copy color: '#B1BEC6'

red 177 ◦ green 190 ◦ blue 198

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

Shades of Heather #B1BEC6

Tints of Heather #B1BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

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

R = 31.33%
G = 33.63%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B1BEC6 (or 0xB1BEC6) is known color: Heather. HEX triplet: B1, BE and C6. RGB value is (177,190,198). Sum of RGB (Red+Green+Blue) = 177+190+198=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEC6 is #4E4139. Grayscale: #BABABA. Windows color (decimal): -5128506 or 13024945. OLE color: 13024945.

HSL color Cylindrical-coordinate representation of color #B1BEC6: hue angle of 202.86º 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 #B1BEC6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 190 198 -
CMYK 0.11 0.04 0 0.22
HSL 202.86º 0.16% 0.74% -
HSV(B) 202.86º 0.11% 0.78% -
XYZ 46.74 50.25 60.66 -
YUV 187.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 177 190 198 0.11 0.04 0 0.22 202.86 0.16 0.74
Hex B1 BE C6 B 4 0 16 CB 10 4A
Octal 261 276 306 13 4 0 26 313 20 112
Binary 10110001 10111110 11000110 1011 100 0 10110 11001011 10000 1001010

Color Harmonies of #B1BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEC6

Black with #B1BEC6

Text Example


Text Example

White with #B1BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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