Shades of Link Water #BCC4DA
Tints of Link Water #BCC4DA
RGB
CMYK
RGB Variations
Color information
#BCC4DA (or 0xBCC4DA) is known color: Link Water. HEX triplet: BC, C4 and DA. RGB value is (188,196,218). Sum of RGB (Red+Green+Blue) = 188+196+218=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DA is #433B25. Grayscale: #C4C4C4. Windows color (decimal): -4406054 or 14337212. OLE color: 14337212.
HSL color Cylindrical-coordinate representation of color #BCC4DA: hue angle of 224º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC4DA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 196 | 218 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.15 |
| HSL | 224º | 0.29% | 0.8% | - |
| HSV(B) | 224º | 0.14% | 0.85% | - |
| XYZ | 53.13 | 55.23 | 74.19 | - |
| YUV | 196.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 218 | 0.14 | 0.10 | 0 | 0.15 | 224 | 0.29 | 0.8 |
| Hex | BC | C4 | DA | E | A | 0 | F | E0 | 1D | 50 |
| Octal | 274 | 304 | 332 | 16 | 12 | 0 | 17 | 340 | 35 | 120 |
| Binary | 10111100 | 11000100 | 11011010 | 1110 | 1010 | 0 | 1111 | 11100000 | 11101 | 1010000 |
Color Harmonies of #BCC4DA
Complementary color
Monochromatic Colors of #BCC4DA
Black with #BCC4DA
Text Example
Text Example
White with #BCC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4DA; }
p { color: rgb(188,196,218); }
H1.HeaderClassName
{
color: #BCC4DA;
}
.AnyTagClassName
{
color: #BCC4DA;
}
</style>
background-color css
<style>
a { background-color: #BCC4DA; }
a { background-color: rgb(188,196,218); }
div.DivClassName
{
background-color: #BCC4DA;
}
.BgClassName
{
background-color: #BCC4DA;
}
</style>
border-color css
<style>
span { border-color: #BCC4DA; }
span { border-color: rgb(188,196,218); }
td.TdClassName
{
border-color: #BCC4DA;
}
.TagClassName
{
border-color: #BCC4DA;
}
</style>