Shades of Light Blue #BCDBE5
Tints of Light Blue #BCDBE5
RGB
CMYK
RGB Variations
Color information
#BCDBE5 (or 0xBCDBE5) is known color: Light Blue. HEX triplet: BC, DB and E5. RGB value is (188,219,229). Sum of RGB (Red+Green+Blue) = 188+219+229=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBE5 is #43241A. Grayscale: #D2D2D2. Windows color (decimal): -4400155 or 15063996. OLE color: 15063996.
HSL color Cylindrical-coordinate representation of color #BCDBE5: hue angle of 194.63º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDBE5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 219 | 229 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.10 |
| HSL | 194.63º | 0.44% | 0.82% | - |
| HSV(B) | 194.63º | 0.18% | 0.9% | - |
| XYZ | 60.21 | 67.01 | 83.89 | - |
| YUV | 210.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 229 | 0.18 | 0.04 | 0 | 0.10 | 194.63 | 0.44 | 0.82 |
| Hex | BC | DB | E5 | 12 | 4 | 0 | A | C3 | 2C | 52 |
| Octal | 274 | 333 | 345 | 22 | 4 | 0 | 12 | 303 | 54 | 122 |
| Binary | 10111100 | 11011011 | 11100101 | 10010 | 100 | 0 | 1010 | 11000011 | 101100 | 1010010 |
Color Harmonies of #BCDBE5
Complementary color
Monochromatic Colors of #BCDBE5
Black with #BCDBE5
Text Example
Text Example
White with #BCDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBE5; }
p { color: rgb(188,219,229); }
H1.HeaderClassName
{
color: #BCDBE5;
}
.AnyTagClassName
{
color: #BCDBE5;
}
</style>
background-color css
<style>
a { background-color: #BCDBE5; }
a { background-color: rgb(188,219,229); }
div.DivClassName
{
background-color: #BCDBE5;
}
.BgClassName
{
background-color: #BCDBE5;
}
</style>
border-color css
<style>
span { border-color: #BCDBE5; }
span { border-color: rgb(188,219,229); }
td.TdClassName
{
border-color: #BCDBE5;
}
.TagClassName
{
border-color: #BCDBE5;
}
</style>