Html Css Color HEX #B3BCBF Heather

📋 copy color: '#B3BCBF'

red 179 ◦ green 188 ◦ blue 191

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

Shades of Heather #B3BCBF

Tints of Heather #B3BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.69%

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

R = 32.08%
G = 33.69%
B = 34.23%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B3BCBF (or 0xB3BCBF) is known color: Heather. HEX triplet: B3, BC and BF. RGB value is (179,188,191). Sum of RGB (Red+Green+Blue) = 179+188+191=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCBF is #4C4340. Grayscale: #B9B9B9. Windows color (decimal): -4997953 or 12565683. OLE color: 12565683.

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

Color convert

RGB 179 188 191 -
CMYK 0.06 0.02 0 0.25
HSL 195º 0.09% 0.73% -
HSV(B) 195º 0.06% 0.75% -
XYZ 45.98 49.31 56.39 -
YUV 185.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 179 188 191 0.06 0.02 0 0.25 195 0.09 0.73
Hex B3 BC BF 6 2 0 19 C3 9 49
Octal 263 274 277 6 2 0 31 303 11 111
Binary 10110011 10111100 10111111 110 10 0 11001 11000011 1001 1001001

Color Harmonies of #B3BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCBF

Black with #B3BCBF

Text Example


Text Example

White with #B3BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCBF; }

 p { color: rgb(179,188,191); }

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

background-color css

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

 a { background-color: rgb(179,188,191); }

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

border-color css

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

 span { border-color: rgb(179,188,191); }

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