Shades of Light Blue #BCDDEC
Tints of Light Blue #BCDDEC
RGB
CMYK
RGB Variations
Color information
#BCDDEC (or 0xBCDDEC) is known color: Light Blue. HEX triplet: BC, DD and EC. RGB value is (188,221,236). Sum of RGB (Red+Green+Blue) = 188+221+236=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDEC is #432213. Grayscale: #D4D4D4. Windows color (decimal): -4399636 or 15523260. OLE color: 15523260.
HSL color Cylindrical-coordinate representation of color #BCDDEC: hue angle of 198.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDDEC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 221 | 236 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.07 |
| HSL | 198.75º | 0.56% | 0.83% | - |
| HSV(B) | 198.75º | 0.2% | 0.93% | - |
| XYZ | 61.74 | 68.46 | 89.32 | - |
| YUV | 212.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 236 | 0.20 | 0.06 | 0 | 0.07 | 198.75 | 0.56 | 0.83 |
| Hex | BC | DD | EC | 14 | 6 | 0 | 7 | C7 | 38 | 53 |
| Octal | 274 | 335 | 354 | 24 | 6 | 0 | 7 | 307 | 70 | 123 |
| Binary | 10111100 | 11011101 | 11101100 | 10100 | 110 | 0 | 111 | 11000111 | 111000 | 1010011 |
Color Harmonies of #BCDDEC
Complementary color
Monochromatic Colors of #BCDDEC
Black with #BCDDEC
Text Example
Text Example
White with #BCDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDEC; }
p { color: rgb(188,221,236); }
H1.HeaderClassName
{
color: #BCDDEC;
}
.AnyTagClassName
{
color: #BCDDEC;
}
</style>
background-color css
<style>
a { background-color: #BCDDEC; }
a { background-color: rgb(188,221,236); }
div.DivClassName
{
background-color: #BCDDEC;
}
.BgClassName
{
background-color: #BCDDEC;
}
</style>
border-color css
<style>
span { border-color: #BCDDEC; }
span { border-color: rgb(188,221,236); }
td.TdClassName
{
border-color: #BCDDEC;
}
.TagClassName
{
border-color: #BCDDEC;
}
</style>