Shades of Light Blue #BCDCE9
Tints of Light Blue #BCDCE9
RGB
CMYK
RGB Variations
Color information
#BCDCE9 (or 0xBCDCE9) is known color: Light Blue. HEX triplet: BC, DC and E9. RGB value is (188,220,233). Sum of RGB (Red+Green+Blue) = 188+220+233=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCE9 is #432316. Grayscale: #D3D3D3. Windows color (decimal): -4399895 or 15326396. OLE color: 15326396.
HSL color Cylindrical-coordinate representation of color #BCDCE9: hue angle of 197.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDCE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 220 | 233 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 197.33º | 0.51% | 0.83% | - |
| HSV(B) | 197.33º | 0.19% | 0.91% | - |
| XYZ | 61.04 | 67.76 | 86.95 | - |
| YUV | 211.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 233 | 0.19 | 0.06 | 0 | 0.09 | 197.33 | 0.51 | 0.83 |
| Hex | BC | DC | E9 | 13 | 6 | 0 | 9 | C5 | 33 | 53 |
| Octal | 274 | 334 | 351 | 23 | 6 | 0 | 11 | 305 | 63 | 123 |
| Binary | 10111100 | 11011100 | 11101001 | 10011 | 110 | 0 | 1001 | 11000101 | 110011 | 1010011 |
Color Harmonies of #BCDCE9
Complementary color
Monochromatic Colors of #BCDCE9
Black with #BCDCE9
Text Example
Text Example
White with #BCDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCE9; }
p { color: rgb(188,220,233); }
H1.HeaderClassName
{
color: #BCDCE9;
}
.AnyTagClassName
{
color: #BCDCE9;
}
</style>
background-color css
<style>
a { background-color: #BCDCE9; }
a { background-color: rgb(188,220,233); }
div.DivClassName
{
background-color: #BCDCE9;
}
.BgClassName
{
background-color: #BCDCE9;
}
</style>
border-color css
<style>
span { border-color: #BCDCE9; }
span { border-color: rgb(188,220,233); }
td.TdClassName
{
border-color: #BCDCE9;
}
.TagClassName
{
border-color: #BCDCE9;
}
</style>