Shades of Light Blue #BBDCE6
Tints of Light Blue #BBDCE6
RGB
CMYK
RGB Variations
Color information
#BBDCE6 (or 0xBBDCE6) is known color: Light Blue. HEX triplet: BB, DC and E6. RGB value is (187,220,230). Sum of RGB (Red+Green+Blue) = 187+220+230=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCE6 is #442319. Grayscale: #D3D3D3. Windows color (decimal): -4465434 or 15129787. OLE color: 15129787.
HSL color Cylindrical-coordinate representation of color #BBDCE6: hue angle of 193.95º 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 #BBDCE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 220 | 230 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.10 |
| HSL | 193.95º | 0.46% | 0.82% | - |
| HSV(B) | 193.95º | 0.19% | 0.9% | - |
| XYZ | 60.37 | 67.46 | 84.7 | - |
| YUV | 211.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 230 | 0.19 | 0.04 | 0 | 0.10 | 193.95 | 0.46 | 0.82 |
| Hex | BB | DC | E6 | 13 | 4 | 0 | A | C2 | 2E | 52 |
| Octal | 273 | 334 | 346 | 23 | 4 | 0 | 12 | 302 | 56 | 122 |
| Binary | 10111011 | 11011100 | 11100110 | 10011 | 100 | 0 | 1010 | 11000010 | 101110 | 1010010 |
Color Harmonies of #BBDCE6
Complementary color
Monochromatic Colors of #BBDCE6
Black with #BBDCE6
Text Example
Text Example
White with #BBDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCE6; }
p { color: rgb(187,220,230); }
H1.HeaderClassName
{
color: #BBDCE6;
}
.AnyTagClassName
{
color: #BBDCE6;
}
</style>
background-color css
<style>
a { background-color: #BBDCE6; }
a { background-color: rgb(187,220,230); }
div.DivClassName
{
background-color: #BBDCE6;
}
.BgClassName
{
background-color: #BBDCE6;
}
</style>
border-color css
<style>
span { border-color: #BBDCE6; }
span { border-color: rgb(187,220,230); }
td.TdClassName
{
border-color: #BBDCE6;
}
.TagClassName
{
border-color: #BBDCE6;
}
</style>