Shades of Light Blue #BCDBEA
Tints of Light Blue #BCDBEA
RGB
CMYK
RGB Variations
Color information
#BCDBEA (or 0xBCDBEA) is known color: Light Blue. HEX triplet: BC, DB and EA. RGB value is (188,219,234). Sum of RGB (Red+Green+Blue) = 188+219+234=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 219 (85.94% from 255 or 34.17% 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 #BCDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEA is #432415. Grayscale: #D3D3D3. Windows color (decimal): -4400150 or 15391676. OLE color: 15391676.
HSL color Cylindrical-coordinate representation of color #BCDBEA: hue angle of 199.57º degrees, saturation: 0.52, 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 #BCDBEA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 219 | 234 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.08 |
| HSL | 199.57º | 0.52% | 0.83% | - |
| HSV(B) | 199.57º | 0.2% | 0.92% | - |
| XYZ | 60.92 | 67.29 | 87.62 | - |
| YUV | 211.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 234 | 0.20 | 0.06 | 0 | 0.08 | 199.57 | 0.52 | 0.83 |
| Hex | BC | DB | EA | 14 | 6 | 0 | 8 | C8 | 34 | 53 |
| Octal | 274 | 333 | 352 | 24 | 6 | 0 | 10 | 310 | 64 | 123 |
| Binary | 10111100 | 11011011 | 11101010 | 10100 | 110 | 0 | 1000 | 11001000 | 110100 | 1010011 |
Color Harmonies of #BCDBEA
Complementary color
Monochromatic Colors of #BCDBEA
Black with #BCDBEA
Text Example
Text Example
White with #BCDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBEA; }
p { color: rgb(188,219,234); }
H1.HeaderClassName
{
color: #BCDBEA;
}
.AnyTagClassName
{
color: #BCDBEA;
}
</style>
background-color css
<style>
a { background-color: #BCDBEA; }
a { background-color: rgb(188,219,234); }
div.DivClassName
{
background-color: #BCDBEA;
}
.BgClassName
{
background-color: #BCDBEA;
}
</style>
border-color css
<style>
span { border-color: #BCDBEA; }
span { border-color: rgb(188,219,234); }
td.TdClassName
{
border-color: #BCDBEA;
}
.TagClassName
{
border-color: #BCDBEA;
}
</style>