Shades of Light Blue #BDD7DD
Tints of Light Blue #BDD7DD
RGB
CMYK
RGB Variations
Color information
#BDD7DD (or 0xBDD7DD) is known color: Light Blue. HEX triplet: BD, D7 and DD. RGB value is (189,215,221). Sum of RGB (Red+Green+Blue) = 189+215+221=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DD is #422822. Grayscale: #CFCFCF. Windows color (decimal): -4335651 or 14538685. OLE color: 14538685.
HSL color Cylindrical-coordinate representation of color #BDD7DD: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD7DD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 215 | 221 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.13 |
| HSL | 191.25º | 0.32% | 0.8% | - |
| HSV(B) | 191.25º | 0.14% | 0.87% | - |
| XYZ | 58.34 | 64.64 | 77.81 | - |
| YUV | 207.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 221 | 0.14 | 0.03 | 0 | 0.13 | 191.25 | 0.32 | 0.8 |
| Hex | BD | D7 | DD | E | 3 | 0 | D | BF | 20 | 50 |
| Octal | 275 | 327 | 335 | 16 | 3 | 0 | 15 | 277 | 40 | 120 |
| Binary | 10111101 | 11010111 | 11011101 | 1110 | 11 | 0 | 1101 | 10111111 | 100000 | 1010000 |
Color Harmonies of #BDD7DD
Complementary color
Monochromatic Colors of #BDD7DD
Black with #BDD7DD
Text Example
Text Example
White with #BDD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7DD; }
p { color: rgb(189,215,221); }
H1.HeaderClassName
{
color: #BDD7DD;
}
.AnyTagClassName
{
color: #BDD7DD;
}
</style>
background-color css
<style>
a { background-color: #BDD7DD; }
a { background-color: rgb(189,215,221); }
div.DivClassName
{
background-color: #BDD7DD;
}
.BgClassName
{
background-color: #BDD7DD;
}
</style>
border-color css
<style>
span { border-color: #BDD7DD; }
span { border-color: rgb(189,215,221); }
td.TdClassName
{
border-color: #BDD7DD;
}
.TagClassName
{
border-color: #BDD7DD;
}
</style>