#BCC1C5

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

Shades of Heather #BCC1C5

Tints of Heather #BCC1C5

Color information

#BCC1C5 (or 0xBCC1C5) is unknown color: approx Heather. HEX triplet: BC, C1 and C5. RGB value is (188,193,197). Sum of RGB (Red+Green+Blue) = 188+193+197=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCC1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C5 is #433E3A. Grayscale: #BFBFBF. Windows color (decimal): -4406843 or 12960188. OLE color: 12960188.

HSL color Cylindrical-coordinate representation of color #BCC1C5: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC1C5 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188193197-
CMYK0.050.0200.23
HSL206.67º7.2%75.49%-
HSV(B)206.67º4.57%77.25%-
XYZ49.8952.8660.4-
YUV191.96130.84125.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=32.53%
G=33.39%
B=34.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881931970.050.0200.23206.677.275.49
HexBCC1C552017cf74b
Octal274301305520273177113
Binary10111100110000011100010110110010111110011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1C5; }

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

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

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

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

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

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

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

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