Html Css Color HEX #BCD9F6 Pale Cornflower Blue
📋 copy color: '#BCD9F6'red 188 ◦ green 217 ◦ blue 246
Shades of Pale Cornflower Blue #BCD9F6
Tints of Pale Cornflower Blue #BCD9F6
RGB
CMYK
RGB Variations
Color information
#BCD9F6 (or 0xBCD9F6) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F6. RGB value is (188,217,246). Sum of RGB (Red+Green+Blue) = 188+217+246=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F6 is #432609. Grayscale: #D3D3D3. Windows color (decimal): -4400650 or 16177596. OLE color: 16177596.
HSL color Cylindrical-coordinate representation of color #BCD9F6: hue angle of 210º 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 #BCD9F6 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 217 | 246 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.04 |
| HSL | 210º | 0.76% | 0.85% | - |
| HSV(B) | 210º | 0.24% | 0.96% | - |
| XYZ | 62.19 | 66.97 | 96.84 | - |
| YUV | 211.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 246 | 0.24 | 0.12 | 0 | 0.04 | 210 | 0.76 | 0.85 |
| Hex | BC | D9 | F6 | 18 | C | 0 | 4 | D2 | 4C | 55 |
| Octal | 274 | 331 | 366 | 30 | 14 | 0 | 4 | 322 | 114 | 125 |
| Binary | 10111100 | 11011001 | 11110110 | 11000 | 1100 | 0 | 100 | 11010010 | 1001100 | 1010101 |
Color Harmonies of #BCD9F6
Complementary color
Monochromatic Colors of #BCD9F6
Black with #BCD9F6
Text Example
Text Example
White with #BCD9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F6; }
p { color: rgb(188,217,246); }
H1.HeaderClassName
{
color: #BCD9F6;
}
.AnyTagClassName
{
color: #BCD9F6;
}
</style>
background-color css
<style>
a { background-color: #BCD9F6; }
a { background-color: rgb(188,217,246); }
div.DivClassName
{
background-color: #BCD9F6;
}
.BgClassName
{
background-color: #BCD9F6;
}
</style>
border-color css
<style>
span { border-color: #BCD9F6; }
span { border-color: rgb(188,217,246); }
td.TdClassName
{
border-color: #BCD9F6;
}
.TagClassName
{
border-color: #BCD9F6;
}
</style>