Html Css Color HEX #BCD9F7 Pale Cornflower Blue
📋 copy color: '#BCD9F7'red 188 ◦ green 217 ◦ blue 247
Shades of Pale Cornflower Blue #BCD9F7
Tints of Pale Cornflower Blue #BCD9F7
RGB
CMYK
RGB Variations
Color information
#BCD9F7 (or 0xBCD9F7) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F7. RGB value is (188,217,247). Sum of RGB (Red+Green+Blue) = 188+217+247=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCD9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F7 is #432608. Grayscale: #D3D3D3. Windows color (decimal): -4400649 or 16243132. OLE color: 16243132.
HSL color Cylindrical-coordinate representation of color #BCD9F7: hue angle of 210.51º 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 #BCD9F7 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 217 | 247 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.03 |
| HSL | 210.51º | 0.79% | 0.85% | - |
| HSV(B) | 210.51º | 0.24% | 0.97% | - |
| XYZ | 62.34 | 67.03 | 97.65 | - |
| YUV | 211.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 247 | 0.24 | 0.12 | 0 | 0.03 | 210.51 | 0.79 | 0.85 |
| Hex | BC | D9 | F7 | 18 | C | 0 | 3 | D3 | 4F | 55 |
| Octal | 274 | 331 | 367 | 30 | 14 | 0 | 3 | 323 | 117 | 125 |
| Binary | 10111100 | 11011001 | 11110111 | 11000 | 1100 | 0 | 11 | 11010011 | 1001111 | 1010101 |
Color Harmonies of #BCD9F7
Complementary color
Monochromatic Colors of #BCD9F7
Black with #BCD9F7
Text Example
Text Example
White with #BCD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F7; }
p { color: rgb(188,217,247); }
H1.HeaderClassName
{
color: #BCD9F7;
}
.AnyTagClassName
{
color: #BCD9F7;
}
</style>
background-color css
<style>
a { background-color: #BCD9F7; }
a { background-color: rgb(188,217,247); }
div.DivClassName
{
background-color: #BCD9F7;
}
.BgClassName
{
background-color: #BCD9F7;
}
</style>
border-color css
<style>
span { border-color: #BCD9F7; }
span { border-color: rgb(188,217,247); }
td.TdClassName
{
border-color: #BCD9F7;
}
.TagClassName
{
border-color: #BCD9F7;
}
</style>