Shades of Light Blue #BBDDF4
Tints of Light Blue #BBDDF4
RGB
CMYK
RGB Variations
Color information
#BBDDF4 (or 0xBBDDF4) is known color: Light Blue. HEX triplet: BB, DD and F4. RGB value is (187,221,244). Sum of RGB (Red+Green+Blue) = 187+221+244=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF4 is #44220B. Grayscale: #D5D5D5. Windows color (decimal): -4465164 or 16047547. OLE color: 16047547.
HSL color Cylindrical-coordinate representation of color #BBDDF4: hue angle of 204.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDDF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 221 | 244 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.04 |
| HSL | 204.21º | 0.72% | 0.85% | - |
| HSV(B) | 204.21º | 0.23% | 0.96% | - |
| XYZ | 62.68 | 68.81 | 95.57 | - |
| YUV | 213.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 244 | 0.23 | 0.09 | 0 | 0.04 | 204.21 | 0.72 | 0.85 |
| Hex | BB | DD | F4 | 17 | 9 | 0 | 4 | CC | 48 | 55 |
| Octal | 273 | 335 | 364 | 27 | 11 | 0 | 4 | 314 | 110 | 125 |
| Binary | 10111011 | 11011101 | 11110100 | 10111 | 1001 | 0 | 100 | 11001100 | 1001000 | 1010101 |
Color Harmonies of #BBDDF4
Complementary color
Monochromatic Colors of #BBDDF4
Black with #BBDDF4
Text Example
Text Example
White with #BBDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDF4; }
p { color: rgb(187,221,244); }
H1.HeaderClassName
{
color: #BBDDF4;
}
.AnyTagClassName
{
color: #BBDDF4;
}
</style>
background-color css
<style>
a { background-color: #BBDDF4; }
a { background-color: rgb(187,221,244); }
div.DivClassName
{
background-color: #BBDDF4;
}
.BgClassName
{
background-color: #BBDDF4;
}
</style>
border-color css
<style>
span { border-color: #BBDDF4; }
span { border-color: rgb(187,221,244); }
td.TdClassName
{
border-color: #BBDDF4;
}
.TagClassName
{
border-color: #BBDDF4;
}
</style>