Shades of Light Blue #BBDCEC
Tints of Light Blue #BBDCEC
RGB
CMYK
RGB Variations
Color information
#BBDCEC (or 0xBBDCEC) is known color: Light Blue. HEX triplet: BB, DC and EC. RGB value is (187,220,236). Sum of RGB (Red+Green+Blue) = 187+220+236=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCEC is #442313. Grayscale: #D3D3D3. Windows color (decimal): -4465428 or 15523003. OLE color: 15523003.
HSL color Cylindrical-coordinate representation of color #BBDCEC: hue angle of 199.59º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDCEC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 220 | 236 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 199.59º | 0.56% | 0.83% | - |
| HSV(B) | 199.59º | 0.21% | 0.93% | - |
| XYZ | 61.23 | 67.81 | 89.22 | - |
| YUV | 211.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 236 | 0.21 | 0.07 | 0 | 0.07 | 199.59 | 0.56 | 0.83 |
| Hex | BB | DC | EC | 15 | 7 | 0 | 7 | C8 | 38 | 53 |
| Octal | 273 | 334 | 354 | 25 | 7 | 0 | 7 | 310 | 70 | 123 |
| Binary | 10111011 | 11011100 | 11101100 | 10101 | 111 | 0 | 111 | 11001000 | 111000 | 1010011 |
Color Harmonies of #BBDCEC
Complementary color
Monochromatic Colors of #BBDCEC
Black with #BBDCEC
Text Example
Text Example
White with #BBDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCEC; }
p { color: rgb(187,220,236); }
H1.HeaderClassName
{
color: #BBDCEC;
}
.AnyTagClassName
{
color: #BBDCEC;
}
</style>
background-color css
<style>
a { background-color: #BBDCEC; }
a { background-color: rgb(187,220,236); }
div.DivClassName
{
background-color: #BBDCEC;
}
.BgClassName
{
background-color: #BBDCEC;
}
</style>
border-color css
<style>
span { border-color: #BBDCEC; }
span { border-color: rgb(187,220,236); }
td.TdClassName
{
border-color: #BBDCEC;
}
.TagClassName
{
border-color: #BBDCEC;
}
</style>