Shades of Light Blue #BDD2D8
Tints of Light Blue #BDD2D8
RGB
CMYK
RGB Variations
Color information
#BDD2D8 (or 0xBDD2D8) is known color: Light Blue. HEX triplet: BD, D2 and D8. RGB value is (189,210,216). Sum of RGB (Red+Green+Blue) = 189+210+216=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2D8 is #422D27. Grayscale: #CCCCCC. Windows color (decimal): -4336936 or 14209725. OLE color: 14209725.
HSL color Cylindrical-coordinate representation of color #BDD2D8: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD2D8 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 210 | 216 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.15 |
| HSL | 193.33º | 0.26% | 0.79% | - |
| HSV(B) | 193.33º | 0.13% | 0.85% | - |
| XYZ | 56.43 | 61.87 | 73.93 | - |
| YUV | 204.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 216 | 0.12 | 0.03 | 0 | 0.15 | 193.33 | 0.26 | 0.79 |
| Hex | BD | D2 | D8 | C | 3 | 0 | F | C1 | 1A | 4F |
| Octal | 275 | 322 | 330 | 14 | 3 | 0 | 17 | 301 | 32 | 117 |
| Binary | 10111101 | 11010010 | 11011000 | 1100 | 11 | 0 | 1111 | 11000001 | 11010 | 1001111 |
Color Harmonies of #BDD2D8
Complementary color
Monochromatic Colors of #BDD2D8
Black with #BDD2D8
Text Example
Text Example
White with #BDD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2D8; }
p { color: rgb(189,210,216); }
H1.HeaderClassName
{
color: #BDD2D8;
}
.AnyTagClassName
{
color: #BDD2D8;
}
</style>
background-color css
<style>
a { background-color: #BDD2D8; }
a { background-color: rgb(189,210,216); }
div.DivClassName
{
background-color: #BDD2D8;
}
.BgClassName
{
background-color: #BDD2D8;
}
</style>
border-color css
<style>
span { border-color: #BDD2D8; }
span { border-color: rgb(189,210,216); }
td.TdClassName
{
border-color: #BDD2D8;
}
.TagClassName
{
border-color: #BDD2D8;
}
</style>