Shades of Light Blue #BCD5E6
Tints of Light Blue #BCD5E6
RGB
CMYK
RGB Variations
Color information
#BCD5E6 (or 0xBCD5E6) is known color: Light Blue. HEX triplet: BC, D5 and E6. RGB value is (188,213,230). Sum of RGB (Red+Green+Blue) = 188+213+230=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCD5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5E6 is #432A19. Grayscale: #CFCFCF. Windows color (decimal): -4401690 or 15127996. OLE color: 15127996.
HSL color Cylindrical-coordinate representation of color #BCD5E6: hue angle of 204.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD5E6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 213 | 230 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.10 |
| HSL | 204.29º | 0.46% | 0.82% | - |
| HSV(B) | 204.29º | 0.18% | 0.9% | - |
| XYZ | 58.82 | 63.99 | 84.11 | - |
| YUV | 207.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 230 | 0.18 | 0.07 | 0 | 0.10 | 204.29 | 0.46 | 0.82 |
| Hex | BC | D5 | E6 | 12 | 7 | 0 | A | CC | 2E | 52 |
| Octal | 274 | 325 | 346 | 22 | 7 | 0 | 12 | 314 | 56 | 122 |
| Binary | 10111100 | 11010101 | 11100110 | 10010 | 111 | 0 | 1010 | 11001100 | 101110 | 1010010 |
Color Harmonies of #BCD5E6
Complementary color
Monochromatic Colors of #BCD5E6
Black with #BCD5E6
Text Example
Text Example
White with #BCD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E6; }
p { color: rgb(188,213,230); }
H1.HeaderClassName
{
color: #BCD5E6;
}
.AnyTagClassName
{
color: #BCD5E6;
}
</style>
background-color css
<style>
a { background-color: #BCD5E6; }
a { background-color: rgb(188,213,230); }
div.DivClassName
{
background-color: #BCD5E6;
}
.BgClassName
{
background-color: #BCD5E6;
}
</style>
border-color css
<style>
span { border-color: #BCD5E6; }
span { border-color: rgb(188,213,230); }
td.TdClassName
{
border-color: #BCD5E6;
}
.TagClassName
{
border-color: #BCD5E6;
}
</style>