Shades of Light Blue #BCDCED
Tints of Light Blue #BCDCED
RGB
CMYK
RGB Variations
Color information
#BCDCED (or 0xBCDCED) is known color: Light Blue. HEX triplet: BC, DC and ED. RGB value is (188,220,237). Sum of RGB (Red+Green+Blue) = 188+220+237=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCED is #432312. Grayscale: #D4D4D4. Windows color (decimal): -4399891 or 15588540. OLE color: 15588540.
HSL color Cylindrical-coordinate representation of color #BCDCED: hue angle of 200.82º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDCED is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 220 | 237 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 200.82º | 0.58% | 0.83% | - |
| HSV(B) | 200.82º | 0.21% | 0.93% | - |
| XYZ | 61.62 | 67.99 | 90 | - |
| YUV | 212.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 237 | 0.21 | 0.07 | 0 | 0.07 | 200.82 | 0.58 | 0.83 |
| Hex | BC | DC | ED | 15 | 7 | 0 | 7 | C9 | 3A | 53 |
| Octal | 274 | 334 | 355 | 25 | 7 | 0 | 7 | 311 | 72 | 123 |
| Binary | 10111100 | 11011100 | 11101101 | 10101 | 111 | 0 | 111 | 11001001 | 111010 | 1010011 |
Color Harmonies of #BCDCED
Complementary color
Monochromatic Colors of #BCDCED
Black with #BCDCED
Text Example
Text Example
White with #BCDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCED; }
p { color: rgb(188,220,237); }
H1.HeaderClassName
{
color: #BCDCED;
}
.AnyTagClassName
{
color: #BCDCED;
}
</style>
background-color css
<style>
a { background-color: #BCDCED; }
a { background-color: rgb(188,220,237); }
div.DivClassName
{
background-color: #BCDCED;
}
.BgClassName
{
background-color: #BCDCED;
}
</style>
border-color css
<style>
span { border-color: #BCDCED; }
span { border-color: rgb(188,220,237); }
td.TdClassName
{
border-color: #BCDCED;
}
.TagClassName
{
border-color: #BCDCED;
}
</style>