Shades of Light Blue #BDD2DF
Tints of Light Blue #BDD2DF
RGB
CMYK
RGB Variations
Color information
#BDD2DF (or 0xBDD2DF) is known color: Light Blue. HEX triplet: BD, D2 and DF. RGB value is (189,210,223). Sum of RGB (Red+Green+Blue) = 189+210+223=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DF is #422D20. Grayscale: #CDCDCD. Windows color (decimal): -4336929 or 14668477. OLE color: 14668477.
HSL color Cylindrical-coordinate representation of color #BDD2DF: hue angle of 202.94º 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 #BDD2DF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 210 | 223 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.13 |
| HSL | 202.94º | 0.35% | 0.81% | - |
| HSV(B) | 202.94º | 0.15% | 0.87% | - |
| XYZ | 57.35 | 62.24 | 78.8 | - |
| YUV | 205.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 223 | 0.15 | 0.06 | 0 | 0.13 | 202.94 | 0.35 | 0.81 |
| Hex | BD | D2 | DF | F | 6 | 0 | D | CB | 23 | 51 |
| Octal | 275 | 322 | 337 | 17 | 6 | 0 | 15 | 313 | 43 | 121 |
| Binary | 10111101 | 11010010 | 11011111 | 1111 | 110 | 0 | 1101 | 11001011 | 100011 | 1010001 |
Color Harmonies of #BDD2DF
Complementary color
Monochromatic Colors of #BDD2DF
Black with #BDD2DF
Text Example
Text Example
White with #BDD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2DF; }
p { color: rgb(189,210,223); }
H1.HeaderClassName
{
color: #BDD2DF;
}
.AnyTagClassName
{
color: #BDD2DF;
}
</style>
background-color css
<style>
a { background-color: #BDD2DF; }
a { background-color: rgb(189,210,223); }
div.DivClassName
{
background-color: #BDD2DF;
}
.BgClassName
{
background-color: #BDD2DF;
}
</style>
border-color css
<style>
span { border-color: #BDD2DF; }
span { border-color: rgb(189,210,223); }
td.TdClassName
{
border-color: #BDD2DF;
}
.TagClassName
{
border-color: #BDD2DF;
}
</style>