Shades of Light Blue #BDD7E6
Tints of Light Blue #BDD7E6
RGB
CMYK
RGB Variations
Color information
#BDD7E6 (or 0xBDD7E6) is known color: Light Blue. HEX triplet: BD, D7 and E6. RGB value is (189,215,230). Sum of RGB (Red+Green+Blue) = 189+215+230=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7E6 is #422819. Grayscale: #D0D0D0. Windows color (decimal): -4335642 or 15128509. OLE color: 15128509.
HSL color Cylindrical-coordinate representation of color #BDD7E6: hue angle of 201.95º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD7E6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 215 | 230 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.10 |
| HSL | 201.95º | 0.45% | 0.82% | - |
| HSV(B) | 201.95º | 0.18% | 0.9% | - |
| XYZ | 59.57 | 65.13 | 84.3 | - |
| YUV | 208.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 230 | 0.18 | 0.07 | 0 | 0.10 | 201.95 | 0.45 | 0.82 |
| Hex | BD | D7 | E6 | 12 | 7 | 0 | A | CA | 2D | 52 |
| Octal | 275 | 327 | 346 | 22 | 7 | 0 | 12 | 312 | 55 | 122 |
| Binary | 10111101 | 11010111 | 11100110 | 10010 | 111 | 0 | 1010 | 11001010 | 101101 | 1010010 |
Color Harmonies of #BDD7E6
Complementary color
Monochromatic Colors of #BDD7E6
Black with #BDD7E6
Text Example
Text Example
White with #BDD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7E6; }
p { color: rgb(189,215,230); }
H1.HeaderClassName
{
color: #BDD7E6;
}
.AnyTagClassName
{
color: #BDD7E6;
}
</style>
background-color css
<style>
a { background-color: #BDD7E6; }
a { background-color: rgb(189,215,230); }
div.DivClassName
{
background-color: #BDD7E6;
}
.BgClassName
{
background-color: #BDD7E6;
}
</style>
border-color css
<style>
span { border-color: #BDD7E6; }
span { border-color: rgb(189,215,230); }
td.TdClassName
{
border-color: #BDD7E6;
}
.TagClassName
{
border-color: #BDD7E6;
}
</style>