Shades of Light Blue #BDD5E1
Tints of Light Blue #BDD5E1
RGB
CMYK
RGB Variations
Color information
#BDD5E1 (or 0xBDD5E1) is known color: Light Blue. HEX triplet: BD, D5 and E1. RGB value is (189,213,225). Sum of RGB (Red+Green+Blue) = 189+213+225=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDD5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5E1 is #422A1E. Grayscale: #CFCFCF. Windows color (decimal): -4336159 or 14800317. OLE color: 14800317.
HSL color Cylindrical-coordinate representation of color #BDD5E1: hue angle of 200º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD5E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 213 | 225 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.12 |
| HSL | 200º | 0.38% | 0.81% | - |
| HSV(B) | 200º | 0.16% | 0.88% | - |
| XYZ | 58.37 | 63.84 | 80.48 | - |
| YUV | 207.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 225 | 0.16 | 0.05 | 0 | 0.12 | 200 | 0.38 | 0.81 |
| Hex | BD | D5 | E1 | 10 | 5 | 0 | C | C8 | 26 | 51 |
| Octal | 275 | 325 | 341 | 20 | 5 | 0 | 14 | 310 | 46 | 121 |
| Binary | 10111101 | 11010101 | 11100001 | 10000 | 101 | 0 | 1100 | 11001000 | 100110 | 1010001 |
Color Harmonies of #BDD5E1
Complementary color
Monochromatic Colors of #BDD5E1
Black with #BDD5E1
Text Example
Text Example
White with #BDD5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5E1; }
p { color: rgb(189,213,225); }
H1.HeaderClassName
{
color: #BDD5E1;
}
.AnyTagClassName
{
color: #BDD5E1;
}
</style>
background-color css
<style>
a { background-color: #BDD5E1; }
a { background-color: rgb(189,213,225); }
div.DivClassName
{
background-color: #BDD5E1;
}
.BgClassName
{
background-color: #BDD5E1;
}
</style>
border-color css
<style>
span { border-color: #BDD5E1; }
span { border-color: rgb(189,213,225); }
td.TdClassName
{
border-color: #BDD5E1;
}
.TagClassName
{
border-color: #BDD5E1;
}
</style>