Html Css Color HEX #BCD9F8 Pale Cornflower Blue
📋 copy color: '#BCD9F8'red 188 ◦ green 217 ◦ blue 248
Shades of Pale Cornflower Blue #BCD9F8
Tints of Pale Cornflower Blue #BCD9F8
RGB
CMYK
RGB Variations
Color information
#BCD9F8 (or 0xBCD9F8) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F8. RGB value is (188,217,248). Sum of RGB (Red+Green+Blue) = 188+217+248=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F8 is #432607. Grayscale: #D3D3D3. Windows color (decimal): -4400648 or 16308668. OLE color: 16308668.
HSL color Cylindrical-coordinate representation of color #BCD9F8: hue angle of 211º degrees, saturation: 0.81, 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 #BCD9F8 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 217 | 248 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.03 |
| HSL | 211º | 0.81% | 0.85% | - |
| HSV(B) | 211º | 0.24% | 0.97% | - |
| XYZ | 62.5 | 67.09 | 98.46 | - |
| YUV | 211.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 248 | 0.24 | 0.12 | 0 | 0.03 | 211 | 0.81 | 0.85 |
| Hex | BC | D9 | F8 | 18 | C | 0 | 3 | D3 | 51 | 55 |
| Octal | 274 | 331 | 370 | 30 | 14 | 0 | 3 | 323 | 121 | 125 |
| Binary | 10111100 | 11011001 | 11111000 | 11000 | 1100 | 0 | 11 | 11010011 | 1010001 | 1010101 |
Color Harmonies of #BCD9F8
Complementary color
Monochromatic Colors of #BCD9F8
Black with #BCD9F8
Text Example
Text Example
White with #BCD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F8; }
p { color: rgb(188,217,248); }
H1.HeaderClassName
{
color: #BCD9F8;
}
.AnyTagClassName
{
color: #BCD9F8;
}
</style>
background-color css
<style>
a { background-color: #BCD9F8; }
a { background-color: rgb(188,217,248); }
div.DivClassName
{
background-color: #BCD9F8;
}
.BgClassName
{
background-color: #BCD9F8;
}
</style>
border-color css
<style>
span { border-color: #BCD9F8; }
span { border-color: rgb(188,217,248); }
td.TdClassName
{
border-color: #BCD9F8;
}
.TagClassName
{
border-color: #BCD9F8;
}
</style>