Shades of Light Blue #BDDDF1
Tints of Light Blue #BDDDF1
RGB
CMYK
RGB Variations
Color information
#BDDDF1 (or 0xBDDDF1) is known color: Light Blue. HEX triplet: BD, DD and F1. RGB value is (189,221,241). Sum of RGB (Red+Green+Blue) = 189+221+241=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF1 is #42220E. Grayscale: #D5D5D5. Windows color (decimal): -4334095 or 15850941. OLE color: 15850941.
HSL color Cylindrical-coordinate representation of color #BDDDF1: hue angle of 203.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDDF1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 221 | 241 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.05 |
| HSL | 203.08º | 0.65% | 0.84% | - |
| HSV(B) | 203.08º | 0.22% | 0.95% | - |
| XYZ | 62.72 | 68.88 | 93.21 | - |
| YUV | 213.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 241 | 0.22 | 0.08 | 0 | 0.05 | 203.08 | 0.65 | 0.84 |
| Hex | BD | DD | F1 | 16 | 8 | 0 | 5 | CB | 41 | 54 |
| Octal | 275 | 335 | 361 | 26 | 10 | 0 | 5 | 313 | 101 | 124 |
| Binary | 10111101 | 11011101 | 11110001 | 10110 | 1000 | 0 | 101 | 11001011 | 1000001 | 1010100 |
Color Harmonies of #BDDDF1
Complementary color
Monochromatic Colors of #BDDDF1
Black with #BDDDF1
Text Example
Text Example
White with #BDDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF1; }
p { color: rgb(189,221,241); }
H1.HeaderClassName
{
color: #BDDDF1;
}
.AnyTagClassName
{
color: #BDDDF1;
}
</style>
background-color css
<style>
a { background-color: #BDDDF1; }
a { background-color: rgb(189,221,241); }
div.DivClassName
{
background-color: #BDDDF1;
}
.BgClassName
{
background-color: #BDDDF1;
}
</style>
border-color css
<style>
span { border-color: #BDDDF1; }
span { border-color: rgb(189,221,241); }
td.TdClassName
{
border-color: #BDDDF1;
}
.TagClassName
{
border-color: #BDDDF1;
}
</style>