Shades of Light Blue #BCD9EB
Tints of Light Blue #BCD9EB
RGB
CMYK
RGB Variations
Color information
#BCD9EB (or 0xBCD9EB) is known color: Light Blue. HEX triplet: BC, D9 and EB. RGB value is (188,217,235). Sum of RGB (Red+Green+Blue) = 188+217+235=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9EB is #432614. Grayscale: #D2D2D2. Windows color (decimal): -4400661 or 15456700. OLE color: 15456700.
HSL color Cylindrical-coordinate representation of color #BCD9EB: hue angle of 202.98º degrees, saturation: 0.54, 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 #BCD9EB is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 217 | 235 | - |
| CMYK | 0.2 | 0.08 | 0 | 0.08 |
| HSL | 202.98º | 0.54% | 0.83% | - |
| HSV(B) | 202.98º | 0.2% | 0.92% | - |
| XYZ | 60.55 | 66.32 | 88.21 | - |
| YUV | 210.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 235 | 0.2 | 0.08 | 0 | 0.08 | 202.98 | 0.54 | 0.83 |
| Hex | BC | D9 | EB | 14 | 8 | 0 | 8 | CB | 36 | 53 |
| Octal | 274 | 331 | 353 | 24 | 10 | 0 | 10 | 313 | 66 | 123 |
| Binary | 10111100 | 11011001 | 11101011 | 10100 | 1000 | 0 | 1000 | 11001011 | 110110 | 1010011 |
Color Harmonies of #BCD9EB
Complementary color
Monochromatic Colors of #BCD9EB
Black with #BCD9EB
Text Example
Text Example
White with #BCD9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9EB; }
p { color: rgb(188,217,235); }
H1.HeaderClassName
{
color: #BCD9EB;
}
.AnyTagClassName
{
color: #BCD9EB;
}
</style>
background-color css
<style>
a { background-color: #BCD9EB; }
a { background-color: rgb(188,217,235); }
div.DivClassName
{
background-color: #BCD9EB;
}
.BgClassName
{
background-color: #BCD9EB;
}
</style>
border-color css
<style>
span { border-color: #BCD9EB; }
span { border-color: rgb(188,217,235); }
td.TdClassName
{
border-color: #BCD9EB;
}
.TagClassName
{
border-color: #BCD9EB;
}
</style>