Shades of Light Blue #BDD0D6
Tints of Light Blue #BDD0D6
RGB
CMYK
RGB Variations
Color information
#BDD0D6 (or 0xBDD0D6) is known color: Light Blue. HEX triplet: BD, D0 and D6. RGB value is (189,208,214). Sum of RGB (Red+Green+Blue) = 189+208+214=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D6 is #422F29. Grayscale: #CACACA. Windows color (decimal): -4337450 or 14078141. OLE color: 14078141.
HSL color Cylindrical-coordinate representation of color #BDD0D6: hue angle of 194.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD0D6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 208 | 214 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.16 |
| HSL | 194.4º | 0.23% | 0.79% | - |
| HSV(B) | 194.4º | 0.12% | 0.84% | - |
| XYZ | 55.68 | 60.79 | 72.42 | - |
| YUV | 203 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 214 | 0.12 | 0.03 | 0 | 0.16 | 194.4 | 0.23 | 0.79 |
| Hex | BD | D0 | D6 | C | 3 | 0 | 10 | C2 | 17 | 4F |
| Octal | 275 | 320 | 326 | 14 | 3 | 0 | 20 | 302 | 27 | 117 |
| Binary | 10111101 | 11010000 | 11010110 | 1100 | 11 | 0 | 10000 | 11000010 | 10111 | 1001111 |
Color Harmonies of #BDD0D6
Complementary color
Monochromatic Colors of #BDD0D6
Black with #BDD0D6
Text Example
Text Example
White with #BDD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0D6; }
p { color: rgb(189,208,214); }
H1.HeaderClassName
{
color: #BDD0D6;
}
.AnyTagClassName
{
color: #BDD0D6;
}
</style>
background-color css
<style>
a { background-color: #BDD0D6; }
a { background-color: rgb(189,208,214); }
div.DivClassName
{
background-color: #BDD0D6;
}
.BgClassName
{
background-color: #BDD0D6;
}
</style>
border-color css
<style>
span { border-color: #BDD0D6; }
span { border-color: rgb(189,208,214); }
td.TdClassName
{
border-color: #BDD0D6;
}
.TagClassName
{
border-color: #BDD0D6;
}
</style>