#B6BCC1

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

Shades of Heather #B6BCC1

Tints of Heather #B6BCC1

Color information

#B6BCC1 (or 0xB6BCC1) is unknown color: approx Heather. HEX triplet: B6, BC and C1. RGB value is (182,188,193). Sum of RGB (Red+Green+Blue) = 182+188+193=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC1 is #49433E. Grayscale: #BABABA. Windows color (decimal): -4801343 or 12696758. OLE color: 12696758.

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

Color convert

RGB182188193-
CMYK0.060.0300.24
HSL207.27º8.15%73.53%-
HSV(B)207.27º5.7%75.69%-
XYZ46.949.7657.59-
YUV186.78131.51124.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=32.33%
G=33.39%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821881930.060.0300.24207.278.1573.53
HexB6BCC163018cf84a
Octal2662743016303031710112
Binary101101101011110011000001110110110001100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCC1; }

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

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

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

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

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

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

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

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