Shades of Light Blue #BCDBE7
Tints of Light Blue #BCDBE7
RGB
CMYK
RGB Variations
Color information
#BCDBE7 (or 0xBCDBE7) is known color: Light Blue. HEX triplet: BC, DB and E7. RGB value is (188,219,231). Sum of RGB (Red+Green+Blue) = 188+219+231=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBE7 is #432418. Grayscale: #D3D3D3. Windows color (decimal): -4400153 or 15195068. OLE color: 15195068.
HSL color Cylindrical-coordinate representation of color #BCDBE7: hue angle of 196.74º degrees, saturation: 0.47, 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 #BCDBE7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 219 | 231 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 196.74º | 0.47% | 0.82% | - |
| HSV(B) | 196.74º | 0.19% | 0.91% | - |
| XYZ | 60.49 | 67.12 | 85.37 | - |
| YUV | 211.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 231 | 0.19 | 0.05 | 0 | 0.09 | 196.74 | 0.47 | 0.82 |
| Hex | BC | DB | E7 | 13 | 5 | 0 | 9 | C5 | 2F | 52 |
| Octal | 274 | 333 | 347 | 23 | 5 | 0 | 11 | 305 | 57 | 122 |
| Binary | 10111100 | 11011011 | 11100111 | 10011 | 101 | 0 | 1001 | 11000101 | 101111 | 1010010 |
Color Harmonies of #BCDBE7
Complementary color
Monochromatic Colors of #BCDBE7
Black with #BCDBE7
Text Example
Text Example
White with #BCDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBE7; }
p { color: rgb(188,219,231); }
H1.HeaderClassName
{
color: #BCDBE7;
}
.AnyTagClassName
{
color: #BCDBE7;
}
</style>
background-color css
<style>
a { background-color: #BCDBE7; }
a { background-color: rgb(188,219,231); }
div.DivClassName
{
background-color: #BCDBE7;
}
.BgClassName
{
background-color: #BCDBE7;
}
</style>
border-color css
<style>
span { border-color: #BCDBE7; }
span { border-color: rgb(188,219,231); }
td.TdClassName
{
border-color: #BCDBE7;
}
.TagClassName
{
border-color: #BCDBE7;
}
</style>