Shades of Light Blue #BCDDF3
Tints of Light Blue #BCDDF3
RGB
CMYK
RGB Variations
Color information
#BCDDF3 (or 0xBCDDF3) is known color: Light Blue. HEX triplet: BC, DD and F3. RGB value is (188,221,243). Sum of RGB (Red+Green+Blue) = 188+221+243=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF3 is #43220C. Grayscale: #D5D5D5. Windows color (decimal): -4399629 or 15982012. OLE color: 15982012.
HSL color Cylindrical-coordinate representation of color #BCDDF3: hue angle of 204º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDDF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 221 | 243 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 204º | 0.7% | 0.85% | - |
| HSV(B) | 204º | 0.23% | 0.95% | - |
| XYZ | 62.77 | 68.88 | 94.78 | - |
| YUV | 213.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 243 | 0.23 | 0.09 | 0 | 0.05 | 204 | 0.7 | 0.85 |
| Hex | BC | DD | F3 | 17 | 9 | 0 | 5 | CC | 46 | 55 |
| Octal | 274 | 335 | 363 | 27 | 11 | 0 | 5 | 314 | 106 | 125 |
| Binary | 10111100 | 11011101 | 11110011 | 10111 | 1001 | 0 | 101 | 11001100 | 1000110 | 1010101 |
Color Harmonies of #BCDDF3
Complementary color
Monochromatic Colors of #BCDDF3
Black with #BCDDF3
Text Example
Text Example
White with #BCDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDF3; }
p { color: rgb(188,221,243); }
H1.HeaderClassName
{
color: #BCDDF3;
}
.AnyTagClassName
{
color: #BCDDF3;
}
</style>
background-color css
<style>
a { background-color: #BCDDF3; }
a { background-color: rgb(188,221,243); }
div.DivClassName
{
background-color: #BCDDF3;
}
.BgClassName
{
background-color: #BCDDF3;
}
</style>
border-color css
<style>
span { border-color: #BCDDF3; }
span { border-color: rgb(188,221,243); }
td.TdClassName
{
border-color: #BCDDF3;
}
.TagClassName
{
border-color: #BCDDF3;
}
</style>