#BCC7DC

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

Shades of Link Water #BCC7DC

Tints of Link Water #BCC7DC

Color information

#BCC7DC (or 0xBCC7DC) is unknown color: approx Link Water. HEX triplet: BC, C7 and DC. RGB value is (188,199,220). Sum of RGB (Red+Green+Blue) = 188+199+220=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DC is #433823. Grayscale: #C6C6C6. Windows color (decimal): -4405284 or 14469052. OLE color: 14469052.

HSL color Cylindrical-coordinate representation of color #BCC7DC: hue angle of 219.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC7DC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188199220-
CMYK0.150.1000.14
HSL219.38º31.37%80%-
HSV(B)219.38º14.55%86.27%-
XYZ54.0856.7175.81-
YUV198.1140.36120.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=30.97%
G=32.78%
B=36.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881992200.150.1000.14219.3831.3780
HexBCC7DCFA0Edb1f50
Octal274307334171201633337120
Binary101111001100011111011100111110100111011011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7DC; }

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

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

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

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

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

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

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

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