Shades of Light Blue #BDD6DC
Tints of Light Blue #BDD6DC
RGB
CMYK
RGB Variations
Color information
#BDD6DC (or 0xBDD6DC) is known color: Light Blue. HEX triplet: BD, D6 and DC. RGB value is (189,214,220). Sum of RGB (Red+Green+Blue) = 189+214+220=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DC is #422923. Grayscale: #CFCFCF. Windows color (decimal): -4335908 or 14472893. OLE color: 14472893.
HSL color Cylindrical-coordinate representation of color #BDD6DC: hue angle of 191.61º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD6DC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 214 | 220 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.14 |
| HSL | 191.61º | 0.31% | 0.8% | - |
| HSV(B) | 191.61º | 0.14% | 0.86% | - |
| XYZ | 57.95 | 64.08 | 77.02 | - |
| YUV | 207.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 220 | 0.14 | 0.03 | 0 | 0.14 | 191.61 | 0.31 | 0.8 |
| Hex | BD | D6 | DC | E | 3 | 0 | E | C0 | 1F | 50 |
| Octal | 275 | 326 | 334 | 16 | 3 | 0 | 16 | 300 | 37 | 120 |
| Binary | 10111101 | 11010110 | 11011100 | 1110 | 11 | 0 | 1110 | 11000000 | 11111 | 1010000 |
Color Harmonies of #BDD6DC
Complementary color
Monochromatic Colors of #BDD6DC
Black with #BDD6DC
Text Example
Text Example
White with #BDD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6DC; }
p { color: rgb(189,214,220); }
H1.HeaderClassName
{
color: #BDD6DC;
}
.AnyTagClassName
{
color: #BDD6DC;
}
</style>
background-color css
<style>
a { background-color: #BDD6DC; }
a { background-color: rgb(189,214,220); }
div.DivClassName
{
background-color: #BDD6DC;
}
.BgClassName
{
background-color: #BDD6DC;
}
</style>
border-color css
<style>
span { border-color: #BDD6DC; }
span { border-color: rgb(189,214,220); }
td.TdClassName
{
border-color: #BDD6DC;
}
.TagClassName
{
border-color: #BDD6DC;
}
</style>