Shades of Light Blue #BCD9ED
Tints of Light Blue #BCD9ED
RGB
CMYK
RGB Variations
Color information
#BCD9ED (or 0xBCD9ED) is known color: Light Blue. HEX triplet: BC, D9 and ED. RGB value is (188,217,237). Sum of RGB (Red+Green+Blue) = 188+217+237=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9ED is #432612. Grayscale: #D2D2D2. Windows color (decimal): -4400659 or 15587772. OLE color: 15587772.
HSL color Cylindrical-coordinate representation of color #BCD9ED: hue angle of 204.49º 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 #BCD9ED is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 217 | 237 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.07 |
| HSL | 204.49º | 0.58% | 0.83% | - |
| HSV(B) | 204.49º | 0.21% | 0.93% | - |
| XYZ | 60.84 | 66.43 | 89.74 | - |
| YUV | 210.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 237 | 0.21 | 0.08 | 0 | 0.07 | 204.49 | 0.58 | 0.83 |
| Hex | BC | D9 | ED | 15 | 8 | 0 | 7 | CC | 3A | 53 |
| Octal | 274 | 331 | 355 | 25 | 10 | 0 | 7 | 314 | 72 | 123 |
| Binary | 10111100 | 11011001 | 11101101 | 10101 | 1000 | 0 | 111 | 11001100 | 111010 | 1010011 |
Color Harmonies of #BCD9ED
Complementary color
Monochromatic Colors of #BCD9ED
Black with #BCD9ED
Text Example
Text Example
White with #BCD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9ED; }
p { color: rgb(188,217,237); }
H1.HeaderClassName
{
color: #BCD9ED;
}
.AnyTagClassName
{
color: #BCD9ED;
}
</style>
background-color css
<style>
a { background-color: #BCD9ED; }
a { background-color: rgb(188,217,237); }
div.DivClassName
{
background-color: #BCD9ED;
}
.BgClassName
{
background-color: #BCD9ED;
}
</style>
border-color css
<style>
span { border-color: #BCD9ED; }
span { border-color: rgb(188,217,237); }
td.TdClassName
{
border-color: #BCD9ED;
}
.TagClassName
{
border-color: #BCD9ED;
}
</style>