Html Css Color HEX #BCD6F7 Pale Cornflower Blue
📋 copy color: '#BCD6F7'red 188 ◦ green 214 ◦ blue 247
Shades of Pale Cornflower Blue #BCD6F7
Tints of Pale Cornflower Blue #BCD6F7
RGB
CMYK
RGB Variations
Color information
#BCD6F7 (or 0xBCD6F7) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and F7. RGB value is (188,214,247). Sum of RGB (Red+Green+Blue) = 188+214+247=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCD6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6F7 is #432908. Grayscale: #D1D1D1. Windows color (decimal): -4401417 or 16242364. OLE color: 16242364.
HSL color Cylindrical-coordinate representation of color #BCD6F7: hue angle of 213.56º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD6F7 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 214 | 247 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.03 |
| HSL | 213.56º | 0.79% | 0.85% | - |
| HSV(B) | 213.56º | 0.24% | 0.97% | - |
| XYZ | 61.57 | 65.5 | 97.39 | - |
| YUV | 209.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 247 | 0.24 | 0.13 | 0 | 0.03 | 213.56 | 0.79 | 0.85 |
| Hex | BC | D6 | F7 | 18 | D | 0 | 3 | D6 | 4F | 55 |
| Octal | 274 | 326 | 367 | 30 | 15 | 0 | 3 | 326 | 117 | 125 |
| Binary | 10111100 | 11010110 | 11110111 | 11000 | 1101 | 0 | 11 | 11010110 | 1001111 | 1010101 |
Color Harmonies of #BCD6F7
Complementary color
Monochromatic Colors of #BCD6F7
Black with #BCD6F7
Text Example
Text Example
White with #BCD6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6F7; }
p { color: rgb(188,214,247); }
H1.HeaderClassName
{
color: #BCD6F7;
}
.AnyTagClassName
{
color: #BCD6F7;
}
</style>
background-color css
<style>
a { background-color: #BCD6F7; }
a { background-color: rgb(188,214,247); }
div.DivClassName
{
background-color: #BCD6F7;
}
.BgClassName
{
background-color: #BCD6F7;
}
</style>
border-color css
<style>
span { border-color: #BCD6F7; }
span { border-color: rgb(188,214,247); }
td.TdClassName
{
border-color: #BCD6F7;
}
.TagClassName
{
border-color: #BCD6F7;
}
</style>