Shades of Light Blue #BDD8DF
Tints of Light Blue #BDD8DF
RGB
CMYK
RGB Variations
Color information
#BDD8DF (or 0xBDD8DF) is known color: Light Blue. HEX triplet: BD, D8 and DF. RGB value is (189,216,223). Sum of RGB (Red+Green+Blue) = 189+216+223=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DF is #422720. Grayscale: #D0D0D0. Windows color (decimal): -4335393 or 14670013. OLE color: 14670013.
HSL color Cylindrical-coordinate representation of color #BDD8DF: hue angle of 192.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD8DF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 216 | 223 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.13 |
| HSL | 192.35º | 0.35% | 0.81% | - |
| HSV(B) | 192.35º | 0.15% | 0.87% | - |
| XYZ | 58.86 | 65.26 | 79.31 | - |
| YUV | 208.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 223 | 0.15 | 0.03 | 0 | 0.13 | 192.35 | 0.35 | 0.81 |
| Hex | BD | D8 | DF | F | 3 | 0 | D | C0 | 23 | 51 |
| Octal | 275 | 330 | 337 | 17 | 3 | 0 | 15 | 300 | 43 | 121 |
| Binary | 10111101 | 11011000 | 11011111 | 1111 | 11 | 0 | 1101 | 11000000 | 100011 | 1010001 |
Color Harmonies of #BDD8DF
Complementary color
Monochromatic Colors of #BDD8DF
Black with #BDD8DF
Text Example
Text Example
White with #BDD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8DF; }
p { color: rgb(189,216,223); }
H1.HeaderClassName
{
color: #BDD8DF;
}
.AnyTagClassName
{
color: #BDD8DF;
}
</style>
background-color css
<style>
a { background-color: #BDD8DF; }
a { background-color: rgb(189,216,223); }
div.DivClassName
{
background-color: #BDD8DF;
}
.BgClassName
{
background-color: #BDD8DF;
}
</style>
border-color css
<style>
span { border-color: #BDD8DF; }
span { border-color: rgb(189,216,223); }
td.TdClassName
{
border-color: #BDD8DF;
}
.TagClassName
{
border-color: #BDD8DF;
}
</style>