Shades of Light Blue #BCDBEF
Tints of Light Blue #BCDBEF
RGB
CMYK
RGB Variations
Color information
#BCDBEF (or 0xBCDBEF) is known color: Light Blue. HEX triplet: BC, DB and EF. RGB value is (188,219,239). Sum of RGB (Red+Green+Blue) = 188+219+239=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEF is #432410. Grayscale: #D3D3D3. Windows color (decimal): -4400145 or 15719356. OLE color: 15719356.
HSL color Cylindrical-coordinate representation of color #BCDBEF: hue angle of 203.53º 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 #BCDBEF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 219 | 239 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.06 |
| HSL | 203.53º | 0.61% | 0.84% | - |
| HSV(B) | 203.53º | 0.21% | 0.94% | - |
| XYZ | 61.65 | 67.59 | 91.46 | - |
| YUV | 212.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 239 | 0.21 | 0.08 | 0 | 0.06 | 203.53 | 0.61 | 0.84 |
| Hex | BC | DB | EF | 15 | 8 | 0 | 6 | CC | 3D | 54 |
| Octal | 274 | 333 | 357 | 25 | 10 | 0 | 6 | 314 | 75 | 124 |
| Binary | 10111100 | 11011011 | 11101111 | 10101 | 1000 | 0 | 110 | 11001100 | 111101 | 1010100 |
Color Harmonies of #BCDBEF
Complementary color
Monochromatic Colors of #BCDBEF
Black with #BCDBEF
Text Example
Text Example
White with #BCDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBEF; }
p { color: rgb(188,219,239); }
H1.HeaderClassName
{
color: #BCDBEF;
}
.AnyTagClassName
{
color: #BCDBEF;
}
</style>
background-color css
<style>
a { background-color: #BCDBEF; }
a { background-color: rgb(188,219,239); }
div.DivClassName
{
background-color: #BCDBEF;
}
.BgClassName
{
background-color: #BCDBEF;
}
</style>
border-color css
<style>
span { border-color: #BCDBEF; }
span { border-color: rgb(188,219,239); }
td.TdClassName
{
border-color: #BCDBEF;
}
.TagClassName
{
border-color: #BCDBEF;
}
</style>