Shades of Light Blue #BCDDEF
Tints of Light Blue #BCDDEF
RGB
CMYK
RGB Variations
Color information
#BCDDEF (or 0xBCDDEF) is known color: Light Blue. HEX triplet: BC, DD and EF. RGB value is (188,221,239). Sum of RGB (Red+Green+Blue) = 188+221+239=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDEF is #432210. Grayscale: #D5D5D5. Windows color (decimal): -4399633 or 15719868. OLE color: 15719868.
HSL color Cylindrical-coordinate representation of color #BCDDEF: hue angle of 201.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDDEF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 221 | 239 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.06 |
| HSL | 201.18º | 0.61% | 0.84% | - |
| HSV(B) | 201.18º | 0.21% | 0.94% | - |
| XYZ | 62.18 | 68.64 | 91.63 | - |
| YUV | 213.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 239 | 0.21 | 0.08 | 0 | 0.06 | 201.18 | 0.61 | 0.84 |
| Hex | BC | DD | EF | 15 | 8 | 0 | 6 | C9 | 3D | 54 |
| Octal | 274 | 335 | 357 | 25 | 10 | 0 | 6 | 311 | 75 | 124 |
| Binary | 10111100 | 11011101 | 11101111 | 10101 | 1000 | 0 | 110 | 11001001 | 111101 | 1010100 |
Color Harmonies of #BCDDEF
Complementary color
Monochromatic Colors of #BCDDEF
Black with #BCDDEF
Text Example
Text Example
White with #BCDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDEF; }
p { color: rgb(188,221,239); }
H1.HeaderClassName
{
color: #BCDDEF;
}
.AnyTagClassName
{
color: #BCDDEF;
}
</style>
background-color css
<style>
a { background-color: #BCDDEF; }
a { background-color: rgb(188,221,239); }
div.DivClassName
{
background-color: #BCDDEF;
}
.BgClassName
{
background-color: #BCDDEF;
}
</style>
border-color css
<style>
span { border-color: #BCDDEF; }
span { border-color: rgb(188,221,239); }
td.TdClassName
{
border-color: #BCDDEF;
}
.TagClassName
{
border-color: #BCDDEF;
}
</style>