Shades of Light Blue #BCDCE8
Tints of Light Blue #BCDCE8
RGB
CMYK
RGB Variations
Color information
#BCDCE8 (or 0xBCDCE8) is known color: Light Blue. HEX triplet: BC, DC and E8. RGB value is (188,220,232). Sum of RGB (Red+Green+Blue) = 188+220+232=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCE8 is #432317. Grayscale: #D3D3D3. Windows color (decimal): -4399896 or 15260860. OLE color: 15260860.
HSL color Cylindrical-coordinate representation of color #BCDCE8: hue angle of 196.36º 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 #BCDCE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 220 | 232 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 196.36º | 0.49% | 0.82% | - |
| HSV(B) | 196.36º | 0.19% | 0.91% | - |
| XYZ | 60.9 | 67.7 | 86.2 | - |
| YUV | 211.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 232 | 0.19 | 0.05 | 0 | 0.09 | 196.36 | 0.49 | 0.82 |
| Hex | BC | DC | E8 | 13 | 5 | 0 | 9 | C4 | 31 | 52 |
| Octal | 274 | 334 | 350 | 23 | 5 | 0 | 11 | 304 | 61 | 122 |
| Binary | 10111100 | 11011100 | 11101000 | 10011 | 101 | 0 | 1001 | 11000100 | 110001 | 1010010 |
Color Harmonies of #BCDCE8
Complementary color
Monochromatic Colors of #BCDCE8
Black with #BCDCE8
Text Example
Text Example
White with #BCDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCE8; }
p { color: rgb(188,220,232); }
H1.HeaderClassName
{
color: #BCDCE8;
}
.AnyTagClassName
{
color: #BCDCE8;
}
</style>
background-color css
<style>
a { background-color: #BCDCE8; }
a { background-color: rgb(188,220,232); }
div.DivClassName
{
background-color: #BCDCE8;
}
.BgClassName
{
background-color: #BCDCE8;
}
</style>
border-color css
<style>
span { border-color: #BCDCE8; }
span { border-color: rgb(188,220,232); }
td.TdClassName
{
border-color: #BCDCE8;
}
.TagClassName
{
border-color: #BCDCE8;
}
</style>