Shades of Light Blue #BDD9EB
Tints of Light Blue #BDD9EB
RGB
CMYK
RGB Variations
Color information
#BDD9EB (or 0xBDD9EB) is known color: Light Blue. HEX triplet: BD, D9 and EB. RGB value is (189,217,235). Sum of RGB (Red+Green+Blue) = 189+217+235=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9EB is #422614. Grayscale: #D2D2D2. Windows color (decimal): -4335125 or 15456701. OLE color: 15456701.
HSL color Cylindrical-coordinate representation of color #BDD9EB: hue angle of 203.48º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD9EB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 217 | 235 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.08 |
| HSL | 203.48º | 0.53% | 0.83% | - |
| HSV(B) | 203.48º | 0.2% | 0.92% | - |
| XYZ | 60.79 | 66.44 | 88.22 | - |
| YUV | 210.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 235 | 0.20 | 0.08 | 0 | 0.08 | 203.48 | 0.53 | 0.83 |
| Hex | BD | D9 | EB | 14 | 8 | 0 | 8 | CB | 35 | 53 |
| Octal | 275 | 331 | 353 | 24 | 10 | 0 | 10 | 313 | 65 | 123 |
| Binary | 10111101 | 11011001 | 11101011 | 10100 | 1000 | 0 | 1000 | 11001011 | 110101 | 1010011 |
Color Harmonies of #BDD9EB
Complementary color
Monochromatic Colors of #BDD9EB
Black with #BDD9EB
Text Example
Text Example
White with #BDD9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9EB; }
p { color: rgb(189,217,235); }
H1.HeaderClassName
{
color: #BDD9EB;
}
.AnyTagClassName
{
color: #BDD9EB;
}
</style>
background-color css
<style>
a { background-color: #BDD9EB; }
a { background-color: rgb(189,217,235); }
div.DivClassName
{
background-color: #BDD9EB;
}
.BgClassName
{
background-color: #BDD9EB;
}
</style>
border-color css
<style>
span { border-color: #BDD9EB; }
span { border-color: rgb(189,217,235); }
td.TdClassName
{
border-color: #BDD9EB;
}
.TagClassName
{
border-color: #BDD9EB;
}
</style>