Html Css Color HEX #B3B8BB Heather

📋 copy color: '#B3B8BB'

red 179 ◦ green 184 ◦ blue 187

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

Shades of Heather #B3B8BB

Tints of Heather #B3B8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 32.55%
G = 33.45%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3B8BB (or 0xB3B8BB) is known color: Heather. HEX triplet: B3, B8 and BB. RGB value is (179,184,187). Sum of RGB (Red+Green+Blue) = 179+184+187=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8BB is #4C4744. Grayscale: #B6B6B6. Windows color (decimal): -4998981 or 12302515. OLE color: 12302515.

HSL color Cylindrical-coordinate representation of color #B3B8BB: hue angle of 202.5º degrees, saturation: 0.06, 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 #B3B8BB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 184 187 -
CMYK 0.04 0.02 0 0.27
HSL 202.5º 0.06% 0.72% -
HSV(B) 202.5º 0.04% 0.73% -
XYZ 44.7 47.45 53.82 -
YUV 182.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 179 184 187 0.04 0.02 0 0.27 202.5 0.06 0.72
Hex B3 B8 BB 4 2 0 1B CA 6 48
Octal 263 270 273 4 2 0 33 312 6 110
Binary 10110011 10111000 10111011 100 10 0 11011 11001010 110 1001000

Color Harmonies of #B3B8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B8BB

Black with #B3B8BB

Text Example


Text Example

White with #B3B8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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