Shades of Light Blue #BBDDF3
Tints of Light Blue #BBDDF3
RGB
CMYK
RGB Variations
Color information
#BBDDF3 (or 0xBBDDF3) is known color: Light Blue. HEX triplet: BB, DD and F3. RGB value is (187,221,243). Sum of RGB (Red+Green+Blue) = 187+221+243=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF3 is #44220C. Grayscale: #D5D5D5. Windows color (decimal): -4465165 or 15982011. OLE color: 15982011.
HSL color Cylindrical-coordinate representation of color #BBDDF3: hue angle of 203.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDDF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 221 | 243 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 203.57º | 0.7% | 0.84% | - |
| HSV(B) | 203.57º | 0.23% | 0.95% | - |
| XYZ | 62.53 | 68.75 | 94.77 | - |
| YUV | 213.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 243 | 0.23 | 0.09 | 0 | 0.05 | 203.57 | 0.7 | 0.84 |
| Hex | BB | DD | F3 | 17 | 9 | 0 | 5 | CC | 46 | 54 |
| Octal | 273 | 335 | 363 | 27 | 11 | 0 | 5 | 314 | 106 | 124 |
| Binary | 10111011 | 11011101 | 11110011 | 10111 | 1001 | 0 | 101 | 11001100 | 1000110 | 1010100 |
Color Harmonies of #BBDDF3
Complementary color
Monochromatic Colors of #BBDDF3
Black with #BBDDF3
Text Example
Text Example
White with #BBDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDF3; }
p { color: rgb(187,221,243); }
H1.HeaderClassName
{
color: #BBDDF3;
}
.AnyTagClassName
{
color: #BBDDF3;
}
</style>
background-color css
<style>
a { background-color: #BBDDF3; }
a { background-color: rgb(187,221,243); }
div.DivClassName
{
background-color: #BBDDF3;
}
.BgClassName
{
background-color: #BBDDF3;
}
</style>
border-color css
<style>
span { border-color: #BBDDF3; }
span { border-color: rgb(187,221,243); }
td.TdClassName
{
border-color: #BBDDF3;
}
.TagClassName
{
border-color: #BBDDF3;
}
</style>