Shades of Light Blue #BCD4DA
Tints of Light Blue #BCD4DA
RGB
CMYK
RGB Variations
Color information
#BCD4DA (or 0xBCD4DA) is known color: Light Blue. HEX triplet: BC, D4 and DA. RGB value is (188,212,218). Sum of RGB (Red+Green+Blue) = 188+212+218=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DA is #432B25. Grayscale: #CDCDCD. Windows color (decimal): -4401958 or 14341308. OLE color: 14341308.
HSL color Cylindrical-coordinate representation of color #BCD4DA: hue angle of 192º 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 #BCD4DA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 212 | 218 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.15 |
| HSL | 192º | 0.29% | 0.8% | - |
| HSV(B) | 192º | 0.14% | 0.85% | - |
| XYZ | 56.94 | 62.84 | 75.46 | - |
| YUV | 205.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 218 | 0.14 | 0.03 | 0 | 0.15 | 192 | 0.29 | 0.8 |
| Hex | BC | D4 | DA | E | 3 | 0 | F | C0 | 1D | 50 |
| Octal | 274 | 324 | 332 | 16 | 3 | 0 | 17 | 300 | 35 | 120 |
| Binary | 10111100 | 11010100 | 11011010 | 1110 | 11 | 0 | 1111 | 11000000 | 11101 | 1010000 |
Color Harmonies of #BCD4DA
Complementary color
Monochromatic Colors of #BCD4DA
Black with #BCD4DA
Text Example
Text Example
White with #BCD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4DA; }
p { color: rgb(188,212,218); }
H1.HeaderClassName
{
color: #BCD4DA;
}
.AnyTagClassName
{
color: #BCD4DA;
}
</style>
background-color css
<style>
a { background-color: #BCD4DA; }
a { background-color: rgb(188,212,218); }
div.DivClassName
{
background-color: #BCD4DA;
}
.BgClassName
{
background-color: #BCD4DA;
}
</style>
border-color css
<style>
span { border-color: #BCD4DA; }
span { border-color: rgb(188,212,218); }
td.TdClassName
{
border-color: #BCD4DA;
}
.TagClassName
{
border-color: #BCD4DA;
}
</style>