#B2BDC1

Color #B2BDC1 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B2BDC1

Tints of Heather #B2BDC1

Color information

#B2BDC1 (or 0xB2BDC1) is unknown color: approx Heather. HEX triplet: B2, BD and C1. RGB value is (178,189,193). Sum of RGB (Red+Green+Blue) = 178+189+193=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC1 is #4D423E. Grayscale: #BABABA. Windows color (decimal): -5063231 or 12697010. OLE color: 12697010.

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

Color convert

RGB178189193-
CMYK0.080.0200.24
HSL196º10.79%72.75%-
HSV(B)196º7.77%75.69%-
XYZ46.1849.7157.61-
YUV186.17131.86122.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=31.79%
G=33.75%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781891930.080.0200.2419610.7972.75
HexB2BDC182018c4b49
Octal26227530110203030413111
Binary1011001010111101110000011000100110001100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDC1; }

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

 H1.HeaderClassName
 {
   color: #B2BDC1;
 }
 .AnyTagClassName
 {
   color: #B2BDC1;
 }
</style>
background-color css

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

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

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

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

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

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