Shades of Light Blue #BDD5DA
Tints of Light Blue #BDD5DA
RGB
CMYK
RGB Variations
Color information
#BDD5DA (or 0xBDD5DA) is known color: Light Blue. HEX triplet: BD, D5 and DA. RGB value is (189,213,218). Sum of RGB (Red+Green+Blue) = 189+213+218=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DA is #422A25. Grayscale: #CECECE. Windows color (decimal): -4336166 or 14341565. OLE color: 14341565.
HSL color Cylindrical-coordinate representation of color #BDD5DA: hue angle of 190.34º 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 #BDD5DA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 213 | 218 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.15 |
| HSL | 190.34º | 0.28% | 0.8% | - |
| HSV(B) | 190.34º | 0.13% | 0.85% | - |
| XYZ | 57.44 | 63.47 | 75.55 | - |
| YUV | 206.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 218 | 0.13 | 0.02 | 0 | 0.15 | 190.34 | 0.28 | 0.8 |
| Hex | BD | D5 | DA | D | 2 | 0 | F | BE | 1C | 50 |
| Octal | 275 | 325 | 332 | 15 | 2 | 0 | 17 | 276 | 34 | 120 |
| Binary | 10111101 | 11010101 | 11011010 | 1101 | 10 | 0 | 1111 | 10111110 | 11100 | 1010000 |
Color Harmonies of #BDD5DA
Complementary color
Monochromatic Colors of #BDD5DA
Black with #BDD5DA
Text Example
Text Example
White with #BDD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5DA; }
p { color: rgb(189,213,218); }
H1.HeaderClassName
{
color: #BDD5DA;
}
.AnyTagClassName
{
color: #BDD5DA;
}
</style>
background-color css
<style>
a { background-color: #BDD5DA; }
a { background-color: rgb(189,213,218); }
div.DivClassName
{
background-color: #BDD5DA;
}
.BgClassName
{
background-color: #BDD5DA;
}
</style>
border-color css
<style>
span { border-color: #BDD5DA; }
span { border-color: rgb(189,213,218); }
td.TdClassName
{
border-color: #BDD5DA;
}
.TagClassName
{
border-color: #BDD5DA;
}
</style>