Shades of Light Blue #BDD3DC
Tints of Light Blue #BDD3DC
RGB
CMYK
RGB Variations
Color information
#BDD3DC (or 0xBDD3DC) is known color: Light Blue. HEX triplet: BD, D3 and DC. RGB value is (189,211,220). Sum of RGB (Red+Green+Blue) = 189+211+220=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3DC is #422C23. Grayscale: #CDCDCD. Windows color (decimal): -4336676 or 14472125. OLE color: 14472125.
HSL color Cylindrical-coordinate representation of color #BDD3DC: hue angle of 197.42º 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 #BDD3DC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 211 | 220 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.14 |
| HSL | 197.42º | 0.31% | 0.8% | - |
| HSV(B) | 197.42º | 0.14% | 0.86% | - |
| XYZ | 57.2 | 62.57 | 76.77 | - |
| YUV | 205.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 220 | 0.14 | 0.04 | 0 | 0.14 | 197.42 | 0.31 | 0.8 |
| Hex | BD | D3 | DC | E | 4 | 0 | E | C5 | 1F | 50 |
| Octal | 275 | 323 | 334 | 16 | 4 | 0 | 16 | 305 | 37 | 120 |
| Binary | 10111101 | 11010011 | 11011100 | 1110 | 100 | 0 | 1110 | 11000101 | 11111 | 1010000 |
Color Harmonies of #BDD3DC
Complementary color
Monochromatic Colors of #BDD3DC
Black with #BDD3DC
Text Example
Text Example
White with #BDD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3DC; }
p { color: rgb(189,211,220); }
H1.HeaderClassName
{
color: #BDD3DC;
}
.AnyTagClassName
{
color: #BDD3DC;
}
</style>
background-color css
<style>
a { background-color: #BDD3DC; }
a { background-color: rgb(189,211,220); }
div.DivClassName
{
background-color: #BDD3DC;
}
.BgClassName
{
background-color: #BDD3DC;
}
</style>
border-color css
<style>
span { border-color: #BDD3DC; }
span { border-color: rgb(189,211,220); }
td.TdClassName
{
border-color: #BDD3DC;
}
.TagClassName
{
border-color: #BDD3DC;
}
</style>