Html Css Color HEX #BCD9F9 Pale Cornflower Blue
📋 copy color: '#BCD9F9'red 188 ◦ green 217 ◦ blue 249
Shades of Pale Cornflower Blue #BCD9F9
Tints of Pale Cornflower Blue #BCD9F9
RGB
CMYK
RGB Variations
Color information
#BCD9F9 (or 0xBCD9F9) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F9. RGB value is (188,217,249). Sum of RGB (Red+Green+Blue) = 188+217+249=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F9 is #432606. Grayscale: #D3D3D3. Windows color (decimal): -4400647 or 16374204. OLE color: 16374204.
HSL color Cylindrical-coordinate representation of color #BCD9F9: hue angle of 211.48º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD9F9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 217 | 249 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.02 |
| HSL | 211.48º | 0.84% | 0.86% | - |
| HSV(B) | 211.48º | 0.24% | 0.98% | - |
| XYZ | 62.65 | 67.16 | 99.28 | - |
| YUV | 211.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 249 | 0.24 | 0.13 | 0 | 0.02 | 211.48 | 0.84 | 0.86 |
| Hex | BC | D9 | F9 | 18 | D | 0 | 2 | D3 | 54 | 56 |
| Octal | 274 | 331 | 371 | 30 | 15 | 0 | 2 | 323 | 124 | 126 |
| Binary | 10111100 | 11011001 | 11111001 | 11000 | 1101 | 0 | 10 | 11010011 | 1010100 | 1010110 |
Color Harmonies of #BCD9F9
Complementary color
Monochromatic Colors of #BCD9F9
Black with #BCD9F9
Text Example
Text Example
White with #BCD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F9; }
p { color: rgb(188,217,249); }
H1.HeaderClassName
{
color: #BCD9F9;
}
.AnyTagClassName
{
color: #BCD9F9;
}
</style>
background-color css
<style>
a { background-color: #BCD9F9; }
a { background-color: rgb(188,217,249); }
div.DivClassName
{
background-color: #BCD9F9;
}
.BgClassName
{
background-color: #BCD9F9;
}
</style>
border-color css
<style>
span { border-color: #BCD9F9; }
span { border-color: rgb(188,217,249); }
td.TdClassName
{
border-color: #BCD9F9;
}
.TagClassName
{
border-color: #BCD9F9;
}
</style>