Html Css Color HEX #B2BCBF Heather

📋 copy color: '#B2BCBF'

red 178 ◦ green 188 ◦ blue 191

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

Shades of Heather #B2BCBF

Tints of Heather #B2BCBF

RGB

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

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

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

R = 31.96%
G = 33.75%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BCBF (or 0xB2BCBF) is known color: Heather. HEX triplet: B2, BC and BF. RGB value is (178,188,191). Sum of RGB (Red+Green+Blue) = 178+188+191=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCBF is #4D4340. Grayscale: #B9B9B9. Windows color (decimal): -5063489 or 12565682. OLE color: 12565682.

HSL color Cylindrical-coordinate representation of color #B2BCBF: hue angle of 193.85º 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 #B2BCBF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 188 191 -
CMYK 0.07 0.02 0 0.25
HSL 193.85º 0.09% 0.72% -
HSV(B) 193.85º 0.07% 0.75% -
XYZ 45.75 49.19 56.37 -
YUV 185.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 178 188 191 0.07 0.02 0 0.25 193.85 0.09 0.72
Hex B2 BC BF 7 2 0 19 C2 9 48
Octal 262 274 277 7 2 0 31 302 11 110
Binary 10110010 10111100 10111111 111 10 0 11001 11000010 1001 1001000

Color Harmonies of #B2BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCBF

Black with #B2BCBF

Text Example


Text Example

White with #B2BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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