Shades of Light Blue #BBCDD3
Tints of Light Blue #BBCDD3
RGB
CMYK
RGB Variations
Color information
#BBCDD3 (or 0xBBCDD3) is known color: Light Blue. HEX triplet: BB, CD and D3. RGB value is (187,205,211). Sum of RGB (Red+Green+Blue) = 187+205+211=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD3 is #44322C. Grayscale: #C8C8C8. Windows color (decimal): -4469293 or 13880763. OLE color: 13880763.
HSL color Cylindrical-coordinate representation of color #BBCDD3: hue angle of 195º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCDD3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 205 | 211 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.17 |
| HSL | 195º | 0.21% | 0.78% | - |
| HSV(B) | 195º | 0.11% | 0.83% | - |
| XYZ | 54.08 | 58.93 | 70.15 | - |
| YUV | 200.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 211 | 0.11 | 0.03 | 0 | 0.17 | 195 | 0.21 | 0.78 |
| Hex | BB | CD | D3 | B | 3 | 0 | 11 | C3 | 15 | 4E |
| Octal | 273 | 315 | 323 | 13 | 3 | 0 | 21 | 303 | 25 | 116 |
| Binary | 10111011 | 11001101 | 11010011 | 1011 | 11 | 0 | 10001 | 11000011 | 10101 | 1001110 |
Color Harmonies of #BBCDD3
Complementary color
Monochromatic Colors of #BBCDD3
Black with #BBCDD3
Text Example
Text Example
White with #BBCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD3; }
p { color: rgb(187,205,211); }
H1.HeaderClassName
{
color: #BBCDD3;
}
.AnyTagClassName
{
color: #BBCDD3;
}
</style>
background-color css
<style>
a { background-color: #BBCDD3; }
a { background-color: rgb(187,205,211); }
div.DivClassName
{
background-color: #BBCDD3;
}
.BgClassName
{
background-color: #BBCDD3;
}
</style>
border-color css
<style>
span { border-color: #BBCDD3; }
span { border-color: rgb(187,205,211); }
td.TdClassName
{
border-color: #BBCDD3;
}
.TagClassName
{
border-color: #BBCDD3;
}
</style>