Shades of Light Blue #BCD2DF
Tints of Light Blue #BCD2DF
RGB
CMYK
RGB Variations
Color information
#BCD2DF (or 0xBCD2DF) is known color: Light Blue. HEX triplet: BC, D2 and DF. RGB value is (188,210,223). Sum of RGB (Red+Green+Blue) = 188+210+223=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DF is #432D20. Grayscale: #CCCCCC. Windows color (decimal): -4402465 or 14668476. OLE color: 14668476.
HSL color Cylindrical-coordinate representation of color #BCD2DF: hue angle of 202.29º 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 #BCD2DF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 210 | 223 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.13 |
| HSL | 202.29º | 0.35% | 0.81% | - |
| HSV(B) | 202.29º | 0.16% | 0.87% | - |
| XYZ | 57.1 | 62.11 | 78.79 | - |
| YUV | 204.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 223 | 0.16 | 0.06 | 0 | 0.13 | 202.29 | 0.35 | 0.81 |
| Hex | BC | D2 | DF | 10 | 6 | 0 | D | CA | 23 | 51 |
| Octal | 274 | 322 | 337 | 20 | 6 | 0 | 15 | 312 | 43 | 121 |
| Binary | 10111100 | 11010010 | 11011111 | 10000 | 110 | 0 | 1101 | 11001010 | 100011 | 1010001 |
Color Harmonies of #BCD2DF
Complementary color
Monochromatic Colors of #BCD2DF
Black with #BCD2DF
Text Example
Text Example
White with #BCD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2DF; }
p { color: rgb(188,210,223); }
H1.HeaderClassName
{
color: #BCD2DF;
}
.AnyTagClassName
{
color: #BCD2DF;
}
</style>
background-color css
<style>
a { background-color: #BCD2DF; }
a { background-color: rgb(188,210,223); }
div.DivClassName
{
background-color: #BCD2DF;
}
.BgClassName
{
background-color: #BCD2DF;
}
</style>
border-color css
<style>
span { border-color: #BCD2DF; }
span { border-color: rgb(188,210,223); }
td.TdClassName
{
border-color: #BCD2DF;
}
.TagClassName
{
border-color: #BCD2DF;
}
</style>