#BCC7CB

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

Shades of Heather #BCC7CB

Tints of Heather #BCC7CB

Color information

#BCC7CB (or 0xBCC7CB) is unknown color: approx Heather. HEX triplet: BC, C7 and CB. RGB value is (188,199,203). Sum of RGB (Red+Green+Blue) = 188+199+203=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CB is #433834. Grayscale: #C4C4C4. Windows color (decimal): -4405301 or 13354940. OLE color: 13354940.

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

Color convert

RGB188199203-
CMYK0.070.0200.20
HSL196º12.61%76.67%-
HSV(B)196º7.39%79.61%-
XYZ51.9455.8564.54-
YUV196.17131.86122.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=31.86%
G=33.73%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881992030.070.0200.2019612.6176.67
HexBCC7CB72014c4d4d
Octal2743073137202430415115
Binary101111001100011111001011111100101001100010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7CB; }

 p { color: rgb(188,199,203); }

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

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

 a { background-color: rgb(188,199,203); }

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

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

 span { border-color: rgb(188,199,203); }

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