Shades of Light Blue #BBDCEA
Tints of Light Blue #BBDCEA
RGB
CMYK
RGB Variations
Color information
#BBDCEA (or 0xBBDCEA) is known color: Light Blue. HEX triplet: BB, DC and EA. RGB value is (187,220,234). Sum of RGB (Red+Green+Blue) = 187+220+234=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCEA is #442315. Grayscale: #D3D3D3. Windows color (decimal): -4465430 or 15391931. OLE color: 15391931.
HSL color Cylindrical-coordinate representation of color #BBDCEA: hue angle of 197.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDCEA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 220 | 234 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.08 |
| HSL | 197.87º | 0.53% | 0.83% | - |
| HSV(B) | 197.87º | 0.2% | 0.92% | - |
| XYZ | 60.94 | 67.69 | 87.7 | - |
| YUV | 211.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 234 | 0.20 | 0.06 | 0 | 0.08 | 197.87 | 0.53 | 0.83 |
| Hex | BB | DC | EA | 14 | 6 | 0 | 8 | C6 | 35 | 53 |
| Octal | 273 | 334 | 352 | 24 | 6 | 0 | 10 | 306 | 65 | 123 |
| Binary | 10111011 | 11011100 | 11101010 | 10100 | 110 | 0 | 1000 | 11000110 | 110101 | 1010011 |
Color Harmonies of #BBDCEA
Complementary color
Monochromatic Colors of #BBDCEA
Black with #BBDCEA
Text Example
Text Example
White with #BBDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCEA; }
p { color: rgb(187,220,234); }
H1.HeaderClassName
{
color: #BBDCEA;
}
.AnyTagClassName
{
color: #BBDCEA;
}
</style>
background-color css
<style>
a { background-color: #BBDCEA; }
a { background-color: rgb(187,220,234); }
div.DivClassName
{
background-color: #BBDCEA;
}
.BgClassName
{
background-color: #BBDCEA;
}
</style>
border-color css
<style>
span { border-color: #BBDCEA; }
span { border-color: rgb(187,220,234); }
td.TdClassName
{
border-color: #BBDCEA;
}
.TagClassName
{
border-color: #BBDCEA;
}
</style>