Html Css Color HEX #B2BABF Heather

📋 copy color: '#B2BABF'

red 178 ◦ green 186 ◦ blue 191

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

Shades of Heather #B2BABF

Tints of Heather #B2BABF

RGB

 RED value IS 178 (69.92% from 255) = 32.07%

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

 BLUE value IS 191 (75% from 255) = 34.41%

R = 32.07%
G = 33.51%
B = 34.41%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BABF (or 0xB2BABF) is known color: Heather. HEX triplet: B2, BA and BF. RGB value is (178,186,191). Sum of RGB (Red+Green+Blue) = 178+186+191=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BABF is #4D4540. Grayscale: #B8B8B8. Windows color (decimal): -5064001 or 12565170. OLE color: 12565170.

HSL color Cylindrical-coordinate representation of color #B2BABF: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BABF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 186 191 -
CMYK 0.07 0.03 0 0.25
HSL 203.08º 0.09% 0.72% -
HSV(B) 203.08º 0.07% 0.75% -
XYZ 45.32 48.34 56.23 -
YUV 184.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 178 186 191 0.07 0.03 0 0.25 203.08 0.09 0.72
Hex B2 BA BF 7 3 0 19 CB 9 48
Octal 262 272 277 7 3 0 31 313 11 110
Binary 10110010 10111010 10111111 111 11 0 11001 11001011 1001 1001000

Color Harmonies of #B2BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BABF

Black with #B2BABF

Text Example


Text Example

White with #B2BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BABF; }

 p { color: rgb(178,186,191); }

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

background-color css

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

 a { background-color: rgb(178,186,191); }

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

border-color css

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

 span { border-color: rgb(178,186,191); }

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