Shades of Light Blue #BCDDEE
Tints of Light Blue #BCDDEE
RGB
CMYK
RGB Variations
Color information
#BCDDEE (or 0xBCDDEE) is known color: Light Blue. HEX triplet: BC, DD and EE. RGB value is (188,221,238). Sum of RGB (Red+Green+Blue) = 188+221+238=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDEE is #432211. Grayscale: #D4D4D4. Windows color (decimal): -4399634 or 15654332. OLE color: 15654332.
HSL color Cylindrical-coordinate representation of color #BCDDEE: hue angle of 200.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDDEE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 221 | 238 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 200.4º | 0.6% | 0.84% | - |
| HSV(B) | 200.4º | 0.21% | 0.93% | - |
| XYZ | 62.03 | 68.58 | 90.86 | - |
| YUV | 213.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 238 | 0.21 | 0.07 | 0 | 0.07 | 200.4 | 0.6 | 0.84 |
| Hex | BC | DD | EE | 15 | 7 | 0 | 7 | C8 | 3C | 54 |
| Octal | 274 | 335 | 356 | 25 | 7 | 0 | 7 | 310 | 74 | 124 |
| Binary | 10111100 | 11011101 | 11101110 | 10101 | 111 | 0 | 111 | 11001000 | 111100 | 1010100 |
Color Harmonies of #BCDDEE
Complementary color
Monochromatic Colors of #BCDDEE
Black with #BCDDEE
Text Example
Text Example
White with #BCDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDEE; }
p { color: rgb(188,221,238); }
H1.HeaderClassName
{
color: #BCDDEE;
}
.AnyTagClassName
{
color: #BCDDEE;
}
</style>
background-color css
<style>
a { background-color: #BCDDEE; }
a { background-color: rgb(188,221,238); }
div.DivClassName
{
background-color: #BCDDEE;
}
.BgClassName
{
background-color: #BCDDEE;
}
</style>
border-color css
<style>
span { border-color: #BCDDEE; }
span { border-color: rgb(188,221,238); }
td.TdClassName
{
border-color: #BCDDEE;
}
.TagClassName
{
border-color: #BCDDEE;
}
</style>