#BCC0CF

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

Shades of Link Water #BCC0CF

Tints of Link Water #BCC0CF

Color information

#BCC0CF (or 0xBCC0CF) is unknown color: approx Link Water. HEX triplet: BC, C0 and CF. RGB value is (188,192,207). Sum of RGB (Red+Green+Blue) = 188+192+207=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CF is #433F30. Grayscale: #C0C0C0. Windows color (decimal): -4407089 or 13615292. OLE color: 13615292.

HSL color Cylindrical-coordinate representation of color #BCC0CF: hue angle of 227.37º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC0CF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188192207-
CMYK0.090.0700.19
HSL227.37º16.52%77.45%-
HSV(B)227.37º9.18%81.18%-
XYZ50.8552.966.56-
YUV192.51136.17124.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=32.03%
G=32.71%
B=35.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881922070.090.0700.19227.3716.5277.45
HexBCC0CF97013e3114d
Octal27430031711702334321115
Binary101111001100000011001111100111101001111100011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0CF; }

 p { color: rgb(188,192,207); }

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

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

 a { background-color: rgb(188,192,207); }

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

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

 span { border-color: rgb(188,192,207); }

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