#B2BCC6

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

Shades of Heather #B2BCC6

Tints of Heather #B2BCC6

Color information

#B2BCC6 (or 0xB2BCC6) is unknown color: approx Heather. HEX triplet: B2, BC and C6. RGB value is (178,188,198). Sum of RGB (Red+Green+Blue) = 178+188+198=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCC6 is #4D4339. Grayscale: #BABABA. Windows color (decimal): -5063482 or 13024434. OLE color: 13024434.

HSL color Cylindrical-coordinate representation of color #B2BCC6: hue angle of 210º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BCC6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178188198-
CMYK0.100.0500.22
HSL210º14.93%73.73%-
HSV(B)210º10.1%77.65%-
XYZ46.5449.5160.53-
YUV186.15134.69122.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=31.56%
G=33.33%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781881980.100.0500.2221014.9373.73
HexB2BCC6A5016d2f4a
Octal26227430612502632217112
Binary10110010101111001100011010101010101101101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCC6; }

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

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

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

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

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

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

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

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