Shades of Light Blue #BCD5E3
Tints of Light Blue #BCD5E3
RGB
CMYK
RGB Variations
Color information
#BCD5E3 (or 0xBCD5E3) is known color: Light Blue. HEX triplet: BC, D5 and E3. RGB value is (188,213,227). Sum of RGB (Red+Green+Blue) = 188+213+227=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCD5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5E3 is #432A1C. Grayscale: #CFCFCF. Windows color (decimal): -4401693 or 14931388. OLE color: 14931388.
HSL color Cylindrical-coordinate representation of color #BCD5E3: hue angle of 201.54º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD5E3 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 213 | 227 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.11 |
| HSL | 201.54º | 0.41% | 0.81% | - |
| HSV(B) | 201.54º | 0.17% | 0.89% | - |
| XYZ | 58.4 | 63.83 | 81.91 | - |
| YUV | 207.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 227 | 0.17 | 0.06 | 0 | 0.11 | 201.54 | 0.41 | 0.81 |
| Hex | BC | D5 | E3 | 11 | 6 | 0 | B | CA | 29 | 51 |
| Octal | 274 | 325 | 343 | 21 | 6 | 0 | 13 | 312 | 51 | 121 |
| Binary | 10111100 | 11010101 | 11100011 | 10001 | 110 | 0 | 1011 | 11001010 | 101001 | 1010001 |
Color Harmonies of #BCD5E3
Complementary color
Monochromatic Colors of #BCD5E3
Black with #BCD5E3
Text Example
Text Example
White with #BCD5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E3; }
p { color: rgb(188,213,227); }
H1.HeaderClassName
{
color: #BCD5E3;
}
.AnyTagClassName
{
color: #BCD5E3;
}
</style>
background-color css
<style>
a { background-color: #BCD5E3; }
a { background-color: rgb(188,213,227); }
div.DivClassName
{
background-color: #BCD5E3;
}
.BgClassName
{
background-color: #BCD5E3;
}
</style>
border-color css
<style>
span { border-color: #BCD5E3; }
span { border-color: rgb(188,213,227); }
td.TdClassName
{
border-color: #BCD5E3;
}
.TagClassName
{
border-color: #BCD5E3;
}
</style>