Shades of Light Blue #BCD5E7
Tints of Light Blue #BCD5E7
RGB
CMYK
RGB Variations
Color information
#BCD5E7 (or 0xBCD5E7) is known color: Light Blue. HEX triplet: BC, D5 and E7. RGB value is (188,213,231). Sum of RGB (Red+Green+Blue) = 188+213+231=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCD5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5E7 is #432A18. Grayscale: #CFCFCF. Windows color (decimal): -4401689 or 15193532. OLE color: 15193532.
HSL color Cylindrical-coordinate representation of color #BCD5E7: hue angle of 205.12º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD5E7 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 213 | 231 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.09 |
| HSL | 205.12º | 0.47% | 0.82% | - |
| HSV(B) | 205.12º | 0.19% | 0.91% | - |
| XYZ | 58.96 | 64.05 | 84.86 | - |
| YUV | 207.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 231 | 0.19 | 0.08 | 0 | 0.09 | 205.12 | 0.47 | 0.82 |
| Hex | BC | D5 | E7 | 13 | 8 | 0 | 9 | CD | 2F | 52 |
| Octal | 274 | 325 | 347 | 23 | 10 | 0 | 11 | 315 | 57 | 122 |
| Binary | 10111100 | 11010101 | 11100111 | 10011 | 1000 | 0 | 1001 | 11001101 | 101111 | 1010010 |
Color Harmonies of #BCD5E7
Complementary color
Monochromatic Colors of #BCD5E7
Black with #BCD5E7
Text Example
Text Example
White with #BCD5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E7; }
p { color: rgb(188,213,231); }
H1.HeaderClassName
{
color: #BCD5E7;
}
.AnyTagClassName
{
color: #BCD5E7;
}
</style>
background-color css
<style>
a { background-color: #BCD5E7; }
a { background-color: rgb(188,213,231); }
div.DivClassName
{
background-color: #BCD5E7;
}
.BgClassName
{
background-color: #BCD5E7;
}
</style>
border-color css
<style>
span { border-color: #BCD5E7; }
span { border-color: rgb(188,213,231); }
td.TdClassName
{
border-color: #BCD5E7;
}
.TagClassName
{
border-color: #BCD5E7;
}
</style>