Shades of Light Blue #BCD6DF
Tints of Light Blue #BCD6DF
RGB
CMYK
RGB Variations
Color information
#BCD6DF (or 0xBCD6DF) is known color: Light Blue. HEX triplet: BC, D6 and DF. RGB value is (188,214,223). Sum of RGB (Red+Green+Blue) = 188+214+223=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6DF is #432920. Grayscale: #CFCFCF. Windows color (decimal): -4401441 or 14669500. OLE color: 14669500.
HSL color Cylindrical-coordinate representation of color #BCD6DF: hue angle of 195.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD6DF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 214 | 223 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.13 |
| HSL | 195.43º | 0.35% | 0.81% | - |
| HSV(B) | 195.43º | 0.16% | 0.87% | - |
| XYZ | 58.1 | 64.11 | 79.12 | - |
| YUV | 207.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 223 | 0.16 | 0.04 | 0 | 0.13 | 195.43 | 0.35 | 0.81 |
| Hex | BC | D6 | DF | 10 | 4 | 0 | D | C3 | 23 | 51 |
| Octal | 274 | 326 | 337 | 20 | 4 | 0 | 15 | 303 | 43 | 121 |
| Binary | 10111100 | 11010110 | 11011111 | 10000 | 100 | 0 | 1101 | 11000011 | 100011 | 1010001 |
Color Harmonies of #BCD6DF
Complementary color
Monochromatic Colors of #BCD6DF
Black with #BCD6DF
Text Example
Text Example
White with #BCD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6DF; }
p { color: rgb(188,214,223); }
H1.HeaderClassName
{
color: #BCD6DF;
}
.AnyTagClassName
{
color: #BCD6DF;
}
</style>
background-color css
<style>
a { background-color: #BCD6DF; }
a { background-color: rgb(188,214,223); }
div.DivClassName
{
background-color: #BCD6DF;
}
.BgClassName
{
background-color: #BCD6DF;
}
</style>
border-color css
<style>
span { border-color: #BCD6DF; }
span { border-color: rgb(188,214,223); }
td.TdClassName
{
border-color: #BCD6DF;
}
.TagClassName
{
border-color: #BCD6DF;
}
</style>