Shades of Light Blue #BCD0DA
Tints of Light Blue #BCD0DA
RGB
CMYK
RGB Variations
Color information
#BCD0DA (or 0xBCD0DA) is known color: Light Blue. HEX triplet: BC, D0 and DA. RGB value is (188,208,218). Sum of RGB (Red+Green+Blue) = 188+208+218=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DA is #432F25. Grayscale: #CBCBCB. Windows color (decimal): -4402982 or 14340284. OLE color: 14340284.
HSL color Cylindrical-coordinate representation of color #BCD0DA: hue angle of 200º 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 #BCD0DA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 208 | 218 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.15 |
| HSL | 200º | 0.29% | 0.8% | - |
| HSV(B) | 200º | 0.14% | 0.85% | - |
| XYZ | 55.95 | 60.87 | 75.13 | - |
| YUV | 203.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 218 | 0.14 | 0.05 | 0 | 0.15 | 200 | 0.29 | 0.8 |
| Hex | BC | D0 | DA | E | 5 | 0 | F | C8 | 1D | 50 |
| Octal | 274 | 320 | 332 | 16 | 5 | 0 | 17 | 310 | 35 | 120 |
| Binary | 10111100 | 11010000 | 11011010 | 1110 | 101 | 0 | 1111 | 11001000 | 11101 | 1010000 |
Color Harmonies of #BCD0DA
Complementary color
Monochromatic Colors of #BCD0DA
Black with #BCD0DA
Text Example
Text Example
White with #BCD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0DA; }
p { color: rgb(188,208,218); }
H1.HeaderClassName
{
color: #BCD0DA;
}
.AnyTagClassName
{
color: #BCD0DA;
}
</style>
background-color css
<style>
a { background-color: #BCD0DA; }
a { background-color: rgb(188,208,218); }
div.DivClassName
{
background-color: #BCD0DA;
}
.BgClassName
{
background-color: #BCD0DA;
}
</style>
border-color css
<style>
span { border-color: #BCD0DA; }
span { border-color: rgb(188,208,218); }
td.TdClassName
{
border-color: #BCD0DA;
}
.TagClassName
{
border-color: #BCD0DA;
}
</style>