#BCC7CC

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

Shades of Heather #BCC7CC

Tints of Heather #BCC7CC

Color information

#BCC7CC (or 0xBCC7CC) is unknown color: approx Heather. HEX triplet: BC, C7 and CC. RGB value is (188,199,204). Sum of RGB (Red+Green+Blue) = 188+199+204=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CC is #433833. Grayscale: #C4C4C4. Windows color (decimal): -4405300 or 13420476. OLE color: 13420476.

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

Color convert

RGB188199204-
CMYK0.080.0200.2
HSL198.75º13.56%76.86%-
HSV(B)198.75º7.84%80%-
XYZ52.0655.965.17-
YUV196.28132.36122.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=31.81%
G=33.67%
B=34.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881992040.080.0200.2198.7513.5676.86
HexBCC7CC82014c7e4d
Octal27430731410202430716115
Binary1011110011000111110011001000100101001100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7CC; }

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

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

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

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

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

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

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

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