Shades of Light Blue #BDDDF0
Tints of Light Blue #BDDDF0
RGB
CMYK
RGB Variations
Color information
#BDDDF0 (or 0xBDDDF0) is known color: Light Blue. HEX triplet: BD, DD and F0. RGB value is (189,221,240). Sum of RGB (Red+Green+Blue) = 189+221+240=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF0 is #42220F. Grayscale: #D5D5D5. Windows color (decimal): -4334096 or 15785405. OLE color: 15785405.
HSL color Cylindrical-coordinate representation of color #BDDDF0: hue angle of 202.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDDF0 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 221 | 240 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.06 |
| HSL | 202.35º | 0.63% | 0.84% | - |
| HSV(B) | 202.35º | 0.21% | 0.94% | - |
| XYZ | 62.57 | 68.82 | 92.42 | - |
| YUV | 213.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 240 | 0.21 | 0.08 | 0 | 0.06 | 202.35 | 0.63 | 0.84 |
| Hex | BD | DD | F0 | 15 | 8 | 0 | 6 | CA | 3F | 54 |
| Octal | 275 | 335 | 360 | 25 | 10 | 0 | 6 | 312 | 77 | 124 |
| Binary | 10111101 | 11011101 | 11110000 | 10101 | 1000 | 0 | 110 | 11001010 | 111111 | 1010100 |
Color Harmonies of #BDDDF0
Complementary color
Monochromatic Colors of #BDDDF0
Black with #BDDDF0
Text Example
Text Example
White with #BDDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF0; }
p { color: rgb(189,221,240); }
H1.HeaderClassName
{
color: #BDDDF0;
}
.AnyTagClassName
{
color: #BDDDF0;
}
</style>
background-color css
<style>
a { background-color: #BDDDF0; }
a { background-color: rgb(189,221,240); }
div.DivClassName
{
background-color: #BDDDF0;
}
.BgClassName
{
background-color: #BDDDF0;
}
</style>
border-color css
<style>
span { border-color: #BDDDF0; }
span { border-color: rgb(189,221,240); }
td.TdClassName
{
border-color: #BDDDF0;
}
.TagClassName
{
border-color: #BDDDF0;
}
</style>