Shades of Light Blue #BBD5E6
Tints of Light Blue #BBD5E6
RGB
CMYK
RGB Variations
Color information
#BBD5E6 (or 0xBBD5E6) is known color: Light Blue. HEX triplet: BB, D5 and E6. RGB value is (187,213,230). Sum of RGB (Red+Green+Blue) = 187+213+230=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5E6 is #442A19. Grayscale: #CFCFCF. Windows color (decimal): -4467226 or 15127995. OLE color: 15127995.
HSL color Cylindrical-coordinate representation of color #BBD5E6: hue angle of 203.72º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD5E6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 213 | 230 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.10 |
| HSL | 203.72º | 0.46% | 0.82% | - |
| HSV(B) | 203.72º | 0.19% | 0.9% | - |
| XYZ | 58.57 | 63.87 | 84.1 | - |
| YUV | 207.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 230 | 0.19 | 0.07 | 0 | 0.10 | 203.72 | 0.46 | 0.82 |
| Hex | BB | D5 | E6 | 13 | 7 | 0 | A | CC | 2E | 52 |
| Octal | 273 | 325 | 346 | 23 | 7 | 0 | 12 | 314 | 56 | 122 |
| Binary | 10111011 | 11010101 | 11100110 | 10011 | 111 | 0 | 1010 | 11001100 | 101110 | 1010010 |
Color Harmonies of #BBD5E6
Complementary color
Monochromatic Colors of #BBD5E6
Black with #BBD5E6
Text Example
Text Example
White with #BBD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5E6; }
p { color: rgb(187,213,230); }
H1.HeaderClassName
{
color: #BBD5E6;
}
.AnyTagClassName
{
color: #BBD5E6;
}
</style>
background-color css
<style>
a { background-color: #BBD5E6; }
a { background-color: rgb(187,213,230); }
div.DivClassName
{
background-color: #BBD5E6;
}
.BgClassName
{
background-color: #BBD5E6;
}
</style>
border-color css
<style>
span { border-color: #BBD5E6; }
span { border-color: rgb(187,213,230); }
td.TdClassName
{
border-color: #BBD5E6;
}
.TagClassName
{
border-color: #BBD5E6;
}
</style>