#BCC1CF

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

Shades of Link Water #BCC1CF

Tints of Link Water #BCC1CF

Color information

#BCC1CF (or 0xBCC1CF) is unknown color: approx Link Water. HEX triplet: BC, C1 and CF. RGB value is (188,193,207). Sum of RGB (Red+Green+Blue) = 188+193+207=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CF is #433E30. Grayscale: #C1C1C1. Windows color (decimal): -4406833 or 13615548. OLE color: 13615548.

HSL color Cylindrical-coordinate representation of color #BCC1CF: hue angle of 224.21º 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 #BCC1CF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188193207-
CMYK0.090.0700.19
HSL224.21º16.52%77.45%-
HSV(B)224.21º9.18%81.18%-
XYZ51.0753.3466.63-
YUV193.1135.84124.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=31.97%
G=32.82%
B=35.20%

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
Decimal1881932070.090.0700.19224.2116.5277.45
HexBCC1CF97013e0114d
Octal27430131711702334021115
Binary101111001100000111001111100111101001111100000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1CF; }

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

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

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

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

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

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

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

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