Shades of Light Blue #BCDCEB
Tints of Light Blue #BCDCEB
RGB
CMYK
RGB Variations
Color information
#BCDCEB (or 0xBCDCEB) is known color: Light Blue. HEX triplet: BC, DC and EB. RGB value is (188,220,235). Sum of RGB (Red+Green+Blue) = 188+220+235=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCEB is #432314. Grayscale: #D4D4D4. Windows color (decimal): -4399893 or 15457468. OLE color: 15457468.
HSL color Cylindrical-coordinate representation of color #BCDCEB: hue angle of 199.15º 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 #BCDCEB is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 220 | 235 | - |
| CMYK | 0.2 | 0.06 | 0 | 0.08 |
| HSL | 199.15º | 0.54% | 0.83% | - |
| HSV(B) | 199.15º | 0.2% | 0.92% | - |
| XYZ | 61.33 | 67.88 | 88.47 | - |
| YUV | 212.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 235 | 0.2 | 0.06 | 0 | 0.08 | 199.15 | 0.54 | 0.83 |
| Hex | BC | DC | EB | 14 | 6 | 0 | 8 | C7 | 36 | 53 |
| Octal | 274 | 334 | 353 | 24 | 6 | 0 | 10 | 307 | 66 | 123 |
| Binary | 10111100 | 11011100 | 11101011 | 10100 | 110 | 0 | 1000 | 11000111 | 110110 | 1010011 |
Color Harmonies of #BCDCEB
Complementary color
Monochromatic Colors of #BCDCEB
Black with #BCDCEB
Text Example
Text Example
White with #BCDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCEB; }
p { color: rgb(188,220,235); }
H1.HeaderClassName
{
color: #BCDCEB;
}
.AnyTagClassName
{
color: #BCDCEB;
}
</style>
background-color css
<style>
a { background-color: #BCDCEB; }
a { background-color: rgb(188,220,235); }
div.DivClassName
{
background-color: #BCDCEB;
}
.BgClassName
{
background-color: #BCDCEB;
}
</style>
border-color css
<style>
span { border-color: #BCDCEB; }
span { border-color: rgb(188,220,235); }
td.TdClassName
{
border-color: #BCDCEB;
}
.TagClassName
{
border-color: #BCDCEB;
}
</style>