Shades of Light Blue #BDD2DA
Tints of Light Blue #BDD2DA
RGB
CMYK
RGB Variations
Color information
#BDD2DA (or 0xBDD2DA) is known color: Light Blue. HEX triplet: BD, D2 and DA. RGB value is (189,210,218). Sum of RGB (Red+Green+Blue) = 189+210+218=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DA is #422D25. Grayscale: #CCCCCC. Windows color (decimal): -4336934 or 14340797. OLE color: 14340797.
HSL color Cylindrical-coordinate representation of color #BDD2DA: hue angle of 196.55º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD2DA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 210 | 218 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.15 |
| HSL | 196.55º | 0.28% | 0.8% | - |
| HSV(B) | 196.55º | 0.13% | 0.85% | - |
| XYZ | 56.69 | 61.97 | 75.3 | - |
| YUV | 204.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 218 | 0.13 | 0.04 | 0 | 0.15 | 196.55 | 0.28 | 0.8 |
| Hex | BD | D2 | DA | D | 4 | 0 | F | C5 | 1C | 50 |
| Octal | 275 | 322 | 332 | 15 | 4 | 0 | 17 | 305 | 34 | 120 |
| Binary | 10111101 | 11010010 | 11011010 | 1101 | 100 | 0 | 1111 | 11000101 | 11100 | 1010000 |
Color Harmonies of #BDD2DA
Complementary color
Monochromatic Colors of #BDD2DA
Black with #BDD2DA
Text Example
Text Example
White with #BDD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2DA; }
p { color: rgb(189,210,218); }
H1.HeaderClassName
{
color: #BDD2DA;
}
.AnyTagClassName
{
color: #BDD2DA;
}
</style>
background-color css
<style>
a { background-color: #BDD2DA; }
a { background-color: rgb(189,210,218); }
div.DivClassName
{
background-color: #BDD2DA;
}
.BgClassName
{
background-color: #BDD2DA;
}
</style>
border-color css
<style>
span { border-color: #BDD2DA; }
span { border-color: rgb(189,210,218); }
td.TdClassName
{
border-color: #BDD2DA;
}
.TagClassName
{
border-color: #BDD2DA;
}
</style>