Shades of Light Blue #BDD5DC
Tints of Light Blue #BDD5DC
RGB
CMYK
RGB Variations
Color information
#BDD5DC (or 0xBDD5DC) is known color: Light Blue. HEX triplet: BD, D5 and DC. RGB value is (189,213,220). Sum of RGB (Red+Green+Blue) = 189+213+220=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DC is #422A23. Grayscale: #CECECE. Windows color (decimal): -4336164 or 14472637. OLE color: 14472637.
HSL color Cylindrical-coordinate representation of color #BDD5DC: hue angle of 193.55º 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 #BDD5DC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 213 | 220 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.14 |
| HSL | 193.55º | 0.31% | 0.8% | - |
| HSV(B) | 193.55º | 0.14% | 0.86% | - |
| XYZ | 57.7 | 63.57 | 76.94 | - |
| YUV | 206.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 220 | 0.14 | 0.03 | 0 | 0.14 | 193.55 | 0.31 | 0.8 |
| Hex | BD | D5 | DC | E | 3 | 0 | E | C2 | 1F | 50 |
| Octal | 275 | 325 | 334 | 16 | 3 | 0 | 16 | 302 | 37 | 120 |
| Binary | 10111101 | 11010101 | 11011100 | 1110 | 11 | 0 | 1110 | 11000010 | 11111 | 1010000 |
Color Harmonies of #BDD5DC
Complementary color
Monochromatic Colors of #BDD5DC
Black with #BDD5DC
Text Example
Text Example
White with #BDD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5DC; }
p { color: rgb(189,213,220); }
H1.HeaderClassName
{
color: #BDD5DC;
}
.AnyTagClassName
{
color: #BDD5DC;
}
</style>
background-color css
<style>
a { background-color: #BDD5DC; }
a { background-color: rgb(189,213,220); }
div.DivClassName
{
background-color: #BDD5DC;
}
.BgClassName
{
background-color: #BDD5DC;
}
</style>
border-color css
<style>
span { border-color: #BDD5DC; }
span { border-color: rgb(189,213,220); }
td.TdClassName
{
border-color: #BDD5DC;
}
.TagClassName
{
border-color: #BDD5DC;
}
</style>