Html Css Color HEX #B2B8BC Heather

📋 copy color: '#B2B8BC'

red 178 ◦ green 184 ◦ blue 188

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

Shades of Heather #B2B8BC

Tints of Heather #B2B8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 32.36%
G = 33.45%
B = 34.18%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2B8BC (or 0xB2B8BC) is known color: Heather. HEX triplet: B2, B8 and BC. RGB value is (178,184,188). Sum of RGB (Red+Green+Blue) = 178+184+188=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8BC is #4D4743. Grayscale: #B6B6B6. Windows color (decimal): -5064516 or 12368050. OLE color: 12368050.

HSL color Cylindrical-coordinate representation of color #B2B8BC: hue angle of 204º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B8BC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 184 188 -
CMYK 0.05 0.02 0 0.26
HSL 204º 0.07% 0.72% -
HSV(B) 204º 0.05% 0.74% -
XYZ 44.58 47.38 54.37 -
YUV 182.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 178 184 188 0.05 0.02 0 0.26 204 0.07 0.72
Hex B2 B8 BC 5 2 0 1A CC 7 48
Octal 262 270 274 5 2 0 32 314 7 110
Binary 10110010 10111000 10111100 101 10 0 11010 11001100 111 1001000

Color Harmonies of #B2B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B8BC

Black with #B2B8BC

Text Example


Text Example

White with #B2B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B8BC; }

 p { color: rgb(178,184,188); }

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

background-color css

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

 a { background-color: rgb(178,184,188); }

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

border-color css

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

 span { border-color: rgb(178,184,188); }

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