Html Css Color HEX #B2BCC1 Heather

📋 copy color: '#B2BCC1'

red 178 ◦ green 188 ◦ blue 193

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

Shades of Heather #B2BCC1

Tints of Heather #B2BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 31.84%
G = 33.63%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B2BCC1 (or 0xB2BCC1) is known color: Heather. HEX triplet: B2, BC and C1. RGB value is (178,188,193). Sum of RGB (Red+Green+Blue) = 178+188+193=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCC1 is #4D433E. Grayscale: #B9B9B9. Windows color (decimal): -5063487 or 12696754. OLE color: 12696754.

HSL color Cylindrical-coordinate representation of color #B2BCC1: hue angle of 200º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BCC1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 188 193 -
CMYK 0.08 0.03 0 0.24
HSL 200º 0.11% 0.73% -
HSV(B) 200º 0.08% 0.76% -
XYZ 45.97 49.28 57.54 -
YUV 185.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 178 188 193 0.08 0.03 0 0.24 200 0.11 0.73
Hex B2 BC C1 8 3 0 18 C8 B 49
Octal 262 274 301 10 3 0 30 310 13 111
Binary 10110010 10111100 11000001 1000 11 0 11000 11001000 1011 1001001

Color Harmonies of #B2BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCC1

Black with #B2BCC1

Text Example


Text Example

White with #B2BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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