Shades of Light Blue #BDD7DF
Tints of Light Blue #BDD7DF
RGB
CMYK
RGB Variations
Color information
#BDD7DF (or 0xBDD7DF) is known color: Light Blue. HEX triplet: BD, D7 and DF. RGB value is (189,215,223). Sum of RGB (Red+Green+Blue) = 189+215+223=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DF is #422820. Grayscale: #D0D0D0. Windows color (decimal): -4335649 or 14669757. OLE color: 14669757.
HSL color Cylindrical-coordinate representation of color #BDD7DF: hue angle of 194.12º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD7DF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 215 | 223 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.13 |
| HSL | 194.12º | 0.35% | 0.81% | - |
| HSV(B) | 194.12º | 0.15% | 0.87% | - |
| XYZ | 58.61 | 64.75 | 79.22 | - |
| YUV | 208.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 223 | 0.15 | 0.04 | 0 | 0.13 | 194.12 | 0.35 | 0.81 |
| Hex | BD | D7 | DF | F | 4 | 0 | D | C2 | 23 | 51 |
| Octal | 275 | 327 | 337 | 17 | 4 | 0 | 15 | 302 | 43 | 121 |
| Binary | 10111101 | 11010111 | 11011111 | 1111 | 100 | 0 | 1101 | 11000010 | 100011 | 1010001 |
Color Harmonies of #BDD7DF
Complementary color
Monochromatic Colors of #BDD7DF
Black with #BDD7DF
Text Example
Text Example
White with #BDD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7DF; }
p { color: rgb(189,215,223); }
H1.HeaderClassName
{
color: #BDD7DF;
}
.AnyTagClassName
{
color: #BDD7DF;
}
</style>
background-color css
<style>
a { background-color: #BDD7DF; }
a { background-color: rgb(189,215,223); }
div.DivClassName
{
background-color: #BDD7DF;
}
.BgClassName
{
background-color: #BDD7DF;
}
</style>
border-color css
<style>
span { border-color: #BDD7DF; }
span { border-color: rgb(189,215,223); }
td.TdClassName
{
border-color: #BDD7DF;
}
.TagClassName
{
border-color: #BDD7DF;
}
</style>