Shades of Light Blue #BCDBE8
Tints of Light Blue #BCDBE8
RGB
CMYK
RGB Variations
Color information
#BCDBE8 (or 0xBCDBE8) is known color: Light Blue. HEX triplet: BC, DB and E8. RGB value is (188,219,232). Sum of RGB (Red+Green+Blue) = 188+219+232=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBE8 is #432417. Grayscale: #D3D3D3. Windows color (decimal): -4400152 or 15260604. OLE color: 15260604.
HSL color Cylindrical-coordinate representation of color #BCDBE8: hue angle of 197.73º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDBE8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 219 | 232 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 197.73º | 0.49% | 0.82% | - |
| HSV(B) | 197.73º | 0.19% | 0.91% | - |
| XYZ | 60.64 | 67.18 | 86.12 | - |
| YUV | 211.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 232 | 0.19 | 0.06 | 0 | 0.09 | 197.73 | 0.49 | 0.82 |
| Hex | BC | DB | E8 | 13 | 6 | 0 | 9 | C6 | 31 | 52 |
| Octal | 274 | 333 | 350 | 23 | 6 | 0 | 11 | 306 | 61 | 122 |
| Binary | 10111100 | 11011011 | 11101000 | 10011 | 110 | 0 | 1001 | 11000110 | 110001 | 1010010 |
Color Harmonies of #BCDBE8
Complementary color
Monochromatic Colors of #BCDBE8
Black with #BCDBE8
Text Example
Text Example
White with #BCDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBE8; }
p { color: rgb(188,219,232); }
H1.HeaderClassName
{
color: #BCDBE8;
}
.AnyTagClassName
{
color: #BCDBE8;
}
</style>
background-color css
<style>
a { background-color: #BCDBE8; }
a { background-color: rgb(188,219,232); }
div.DivClassName
{
background-color: #BCDBE8;
}
.BgClassName
{
background-color: #BCDBE8;
}
</style>
border-color css
<style>
span { border-color: #BCDBE8; }
span { border-color: rgb(188,219,232); }
td.TdClassName
{
border-color: #BCDBE8;
}
.TagClassName
{
border-color: #BCDBE8;
}
</style>