Shades of Light Blue #BCDBEB
Tints of Light Blue #BCDBEB
RGB
CMYK
RGB Variations
Color information
#BCDBEB (or 0xBCDBEB) is known color: Light Blue. HEX triplet: BC, DB and EB. RGB value is (188,219,235). Sum of RGB (Red+Green+Blue) = 188+219+235=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEB is #432414. Grayscale: #D3D3D3. Windows color (decimal): -4400149 or 15457212. OLE color: 15457212.
HSL color Cylindrical-coordinate representation of color #BCDBEB: hue angle of 200.43º 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 #BCDBEB is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 219 | 235 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.08 |
| HSL | 200.43º | 0.54% | 0.83% | - |
| HSV(B) | 200.43º | 0.2% | 0.92% | - |
| XYZ | 61.07 | 67.35 | 88.38 | - |
| YUV | 211.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 235 | 0.2 | 0.07 | 0 | 0.08 | 200.43 | 0.54 | 0.83 |
| Hex | BC | DB | EB | 14 | 7 | 0 | 8 | C8 | 36 | 53 |
| Octal | 274 | 333 | 353 | 24 | 7 | 0 | 10 | 310 | 66 | 123 |
| Binary | 10111100 | 11011011 | 11101011 | 10100 | 111 | 0 | 1000 | 11001000 | 110110 | 1010011 |
Color Harmonies of #BCDBEB
Complementary color
Monochromatic Colors of #BCDBEB
Black with #BCDBEB
Text Example
Text Example
White with #BCDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBEB; }
p { color: rgb(188,219,235); }
H1.HeaderClassName
{
color: #BCDBEB;
}
.AnyTagClassName
{
color: #BCDBEB;
}
</style>
background-color css
<style>
a { background-color: #BCDBEB; }
a { background-color: rgb(188,219,235); }
div.DivClassName
{
background-color: #BCDBEB;
}
.BgClassName
{
background-color: #BCDBEB;
}
</style>
border-color css
<style>
span { border-color: #BCDBEB; }
span { border-color: rgb(188,219,235); }
td.TdClassName
{
border-color: #BCDBEB;
}
.TagClassName
{
border-color: #BCDBEB;
}
</style>