Shades of Light Blue #BCDCF1
Tints of Light Blue #BCDCF1
RGB
CMYK
RGB Variations
Color information
#BCDCF1 (or 0xBCDCF1) is known color: Light Blue. HEX triplet: BC, DC and F1. RGB value is (188,220,241). Sum of RGB (Red+Green+Blue) = 188+220+241=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCF1 is #43230E. Grayscale: #D4D4D4. Windows color (decimal): -4399887 or 15850684. OLE color: 15850684.
HSL color Cylindrical-coordinate representation of color #BCDCF1: hue angle of 203.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDCF1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 220 | 241 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.05 |
| HSL | 203.77º | 0.65% | 0.84% | - |
| HSV(B) | 203.77º | 0.22% | 0.95% | - |
| XYZ | 62.21 | 68.23 | 93.11 | - |
| YUV | 212.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 241 | 0.22 | 0.09 | 0 | 0.05 | 203.77 | 0.65 | 0.84 |
| Hex | BC | DC | F1 | 16 | 9 | 0 | 5 | CC | 41 | 54 |
| Octal | 274 | 334 | 361 | 26 | 11 | 0 | 5 | 314 | 101 | 124 |
| Binary | 10111100 | 11011100 | 11110001 | 10110 | 1001 | 0 | 101 | 11001100 | 1000001 | 1010100 |
Color Harmonies of #BCDCF1
Complementary color
Monochromatic Colors of #BCDCF1
Black with #BCDCF1
Text Example
Text Example
White with #BCDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCF1; }
p { color: rgb(188,220,241); }
H1.HeaderClassName
{
color: #BCDCF1;
}
.AnyTagClassName
{
color: #BCDCF1;
}
</style>
background-color css
<style>
a { background-color: #BCDCF1; }
a { background-color: rgb(188,220,241); }
div.DivClassName
{
background-color: #BCDCF1;
}
.BgClassName
{
background-color: #BCDCF1;
}
</style>
border-color css
<style>
span { border-color: #BCDCF1; }
span { border-color: rgb(188,220,241); }
td.TdClassName
{
border-color: #BCDCF1;
}
.TagClassName
{
border-color: #BCDCF1;
}
</style>