Shades of Light Blue #BCD4DF
Tints of Light Blue #BCD4DF
RGB
CMYK
RGB Variations
Color information
#BCD4DF (or 0xBCD4DF) is known color: Light Blue. HEX triplet: BC, D4 and DF. RGB value is (188,212,223). Sum of RGB (Red+Green+Blue) = 188+212+223=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DF is #432B20. Grayscale: #CECECE. Windows color (decimal): -4401953 or 14668988. OLE color: 14668988.
HSL color Cylindrical-coordinate representation of color #BCD4DF: hue angle of 198.86º 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 #BCD4DF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 212 | 223 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.13 |
| HSL | 198.86º | 0.35% | 0.81% | - |
| HSV(B) | 198.86º | 0.16% | 0.87% | - |
| XYZ | 57.6 | 63.11 | 78.96 | - |
| YUV | 206.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 223 | 0.16 | 0.05 | 0 | 0.13 | 198.86 | 0.35 | 0.81 |
| Hex | BC | D4 | DF | 10 | 5 | 0 | D | C7 | 23 | 51 |
| Octal | 274 | 324 | 337 | 20 | 5 | 0 | 15 | 307 | 43 | 121 |
| Binary | 10111100 | 11010100 | 11011111 | 10000 | 101 | 0 | 1101 | 11000111 | 100011 | 1010001 |
Color Harmonies of #BCD4DF
Complementary color
Monochromatic Colors of #BCD4DF
Black with #BCD4DF
Text Example
Text Example
White with #BCD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4DF; }
p { color: rgb(188,212,223); }
H1.HeaderClassName
{
color: #BCD4DF;
}
.AnyTagClassName
{
color: #BCD4DF;
}
</style>
background-color css
<style>
a { background-color: #BCD4DF; }
a { background-color: rgb(188,212,223); }
div.DivClassName
{
background-color: #BCD4DF;
}
.BgClassName
{
background-color: #BCD4DF;
}
</style>
border-color css
<style>
span { border-color: #BCD4DF; }
span { border-color: rgb(188,212,223); }
td.TdClassName
{
border-color: #BCD4DF;
}
.TagClassName
{
border-color: #BCD4DF;
}
</style>