Shades of Light Blue #BCD3DA
Tints of Light Blue #BCD3DA
RGB
CMYK
RGB Variations
Color information
#BCD3DA (or 0xBCD3DA) is known color: Light Blue. HEX triplet: BC, D3 and DA. RGB value is (188,211,218). Sum of RGB (Red+Green+Blue) = 188+211+218=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DA is #432C25. Grayscale: #CCCCCC. Windows color (decimal): -4402214 or 14341052. OLE color: 14341052.
HSL color Cylindrical-coordinate representation of color #BCD3DA: hue angle of 194º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD3DA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 211 | 218 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.15 |
| HSL | 194º | 0.29% | 0.8% | - |
| HSV(B) | 194º | 0.14% | 0.85% | - |
| XYZ | 56.69 | 62.34 | 75.38 | - |
| YUV | 204.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 218 | 0.14 | 0.03 | 0 | 0.15 | 194 | 0.29 | 0.8 |
| Hex | BC | D3 | DA | E | 3 | 0 | F | C2 | 1D | 50 |
| Octal | 274 | 323 | 332 | 16 | 3 | 0 | 17 | 302 | 35 | 120 |
| Binary | 10111100 | 11010011 | 11011010 | 1110 | 11 | 0 | 1111 | 11000010 | 11101 | 1010000 |
Color Harmonies of #BCD3DA
Complementary color
Monochromatic Colors of #BCD3DA
Black with #BCD3DA
Text Example
Text Example
White with #BCD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3DA; }
p { color: rgb(188,211,218); }
H1.HeaderClassName
{
color: #BCD3DA;
}
.AnyTagClassName
{
color: #BCD3DA;
}
</style>
background-color css
<style>
a { background-color: #BCD3DA; }
a { background-color: rgb(188,211,218); }
div.DivClassName
{
background-color: #BCD3DA;
}
.BgClassName
{
background-color: #BCD3DA;
}
</style>
border-color css
<style>
span { border-color: #BCD3DA; }
span { border-color: rgb(188,211,218); }
td.TdClassName
{
border-color: #BCD3DA;
}
.TagClassName
{
border-color: #BCD3DA;
}
</style>