Shades of Light Blue #BCCFD6
Tints of Light Blue #BCCFD6
RGB
CMYK
RGB Variations
Color information
#BCCFD6 (or 0xBCCFD6) is known color: Light Blue. HEX triplet: BC, CF and D6. RGB value is (188,207,214). Sum of RGB (Red+Green+Blue) = 188+207+214=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD6 is #433029. Grayscale: #CACACA. Windows color (decimal): -4403242 or 14077884. OLE color: 14077884.
HSL color Cylindrical-coordinate representation of color #BCCFD6: hue angle of 196.15º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCFD6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 207 | 214 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.16 |
| HSL | 196.15º | 0.24% | 0.79% | - |
| HSV(B) | 196.15º | 0.12% | 0.84% | - |
| XYZ | 55.19 | 60.17 | 72.32 | - |
| YUV | 202.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 214 | 0.12 | 0.03 | 0 | 0.16 | 196.15 | 0.24 | 0.79 |
| Hex | BC | CF | D6 | C | 3 | 0 | 10 | C4 | 18 | 4F |
| Octal | 274 | 317 | 326 | 14 | 3 | 0 | 20 | 304 | 30 | 117 |
| Binary | 10111100 | 11001111 | 11010110 | 1100 | 11 | 0 | 10000 | 11000100 | 11000 | 1001111 |
Color Harmonies of #BCCFD6
Complementary color
Monochromatic Colors of #BCCFD6
Black with #BCCFD6
Text Example
Text Example
White with #BCCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFD6; }
p { color: rgb(188,207,214); }
H1.HeaderClassName
{
color: #BCCFD6;
}
.AnyTagClassName
{
color: #BCCFD6;
}
</style>
background-color css
<style>
a { background-color: #BCCFD6; }
a { background-color: rgb(188,207,214); }
div.DivClassName
{
background-color: #BCCFD6;
}
.BgClassName
{
background-color: #BCCFD6;
}
</style>
border-color css
<style>
span { border-color: #BCCFD6; }
span { border-color: rgb(188,207,214); }
td.TdClassName
{
border-color: #BCCFD6;
}
.TagClassName
{
border-color: #BCCFD6;
}
</style>