Html Css Color HEX #B3B8BA Heather

📋 copy color: '#B3B8BA'

red 179 ◦ green 184 ◦ blue 186

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

Shades of Heather #B3B8BA

Tints of Heather #B3B8BA

RGB

 RED value IS 179 (70.31% from 255) = 32.6%

 GREEN value IS 184 (72.27% from 255) = 33.52%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 32.6%
G = 33.52%
B = 33.88%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3B8BA (or 0xB3B8BA) is known color: Heather. HEX triplet: B3, B8 and BA. RGB value is (179,184,186). Sum of RGB (Red+Green+Blue) = 179+184+186=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8BA is #4C4745. Grayscale: #B6B6B6. Windows color (decimal): -4998982 or 12236979. OLE color: 12236979.

HSL color Cylindrical-coordinate representation of color #B3B8BA: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B8BA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 184 186 -
CMYK 0.04 0.01 0 0.27
HSL 197.14º 0.05% 0.72% -
HSV(B) 197.14º 0.04% 0.73% -
XYZ 44.59 47.41 53.26 -
YUV 182.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 179 184 186 0.04 0.01 0 0.27 197.14 0.05 0.72
Hex B3 B8 BA 4 1 0 1B C5 5 48
Octal 263 270 272 4 1 0 33 305 5 110
Binary 10110011 10111000 10111010 100 1 0 11011 11000101 101 1001000

Color Harmonies of #B3B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B8BA

Black with #B3B8BA

Text Example


Text Example

White with #B3B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B8BA; }

 p { color: rgb(179,184,186); }

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

background-color css

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

 a { background-color: rgb(179,184,186); }

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

border-color css

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

 span { border-color: rgb(179,184,186); }

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