Html Css Color HEX #BCD5F6 Pale Cornflower Blue
📋 copy color: '#BCD5F6'red 188 ◦ green 213 ◦ blue 246
Shades of Pale Cornflower Blue #BCD5F6
Tints of Pale Cornflower Blue #BCD5F6
RGB
CMYK
RGB Variations
Color information
#BCD5F6 (or 0xBCD5F6) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and F6. RGB value is (188,213,246). Sum of RGB (Red+Green+Blue) = 188+213+246=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F6 is #432A09. Grayscale: #D1D1D1. Windows color (decimal): -4401674 or 16176572. OLE color: 16176572.
HSL color Cylindrical-coordinate representation of color #BCD5F6: hue angle of 214.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD5F6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 213 | 246 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.04 |
| HSL | 214.14º | 0.76% | 0.85% | - |
| HSV(B) | 214.14º | 0.24% | 0.96% | - |
| XYZ | 61.17 | 64.93 | 96.5 | - |
| YUV | 209.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 246 | 0.24 | 0.13 | 0 | 0.04 | 214.14 | 0.76 | 0.85 |
| Hex | BC | D5 | F6 | 18 | D | 0 | 4 | D6 | 4C | 55 |
| Octal | 274 | 325 | 366 | 30 | 15 | 0 | 4 | 326 | 114 | 125 |
| Binary | 10111100 | 11010101 | 11110110 | 11000 | 1101 | 0 | 100 | 11010110 | 1001100 | 1010101 |
Color Harmonies of #BCD5F6
Complementary color
Monochromatic Colors of #BCD5F6
Black with #BCD5F6
Text Example
Text Example
White with #BCD5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5F6; }
p { color: rgb(188,213,246); }
H1.HeaderClassName
{
color: #BCD5F6;
}
.AnyTagClassName
{
color: #BCD5F6;
}
</style>
background-color css
<style>
a { background-color: #BCD5F6; }
a { background-color: rgb(188,213,246); }
div.DivClassName
{
background-color: #BCD5F6;
}
.BgClassName
{
background-color: #BCD5F6;
}
</style>
border-color css
<style>
span { border-color: #BCD5F6; }
span { border-color: rgb(188,213,246); }
td.TdClassName
{
border-color: #BCD5F6;
}
.TagClassName
{
border-color: #BCD5F6;
}
</style>