Html Css Color HEX #BCD7F8 Pale Cornflower Blue
📋 copy color: '#BCD7F8'red 188 ◦ green 215 ◦ blue 248
Shades of Pale Cornflower Blue #BCD7F8
Tints of Pale Cornflower Blue #BCD7F8
RGB
CMYK
RGB Variations
Color information
#BCD7F8 (or 0xBCD7F8) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and F8. RGB value is (188,215,248). Sum of RGB (Red+Green+Blue) = 188+215+248=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7F8 is #432807. Grayscale: #D2D2D2. Windows color (decimal): -4401160 or 16308156. OLE color: 16308156.
HSL color Cylindrical-coordinate representation of color #BCD7F8: hue angle of 213º 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 #BCD7F8 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 215 | 248 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.03 |
| HSL | 213º | 0.81% | 0.85% | - |
| HSV(B) | 213º | 0.24% | 0.97% | - |
| XYZ | 61.98 | 66.07 | 98.29 | - |
| YUV | 210.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 248 | 0.24 | 0.13 | 0 | 0.03 | 213 | 0.81 | 0.85 |
| Hex | BC | D7 | F8 | 18 | D | 0 | 3 | D5 | 51 | 55 |
| Octal | 274 | 327 | 370 | 30 | 15 | 0 | 3 | 325 | 121 | 125 |
| Binary | 10111100 | 11010111 | 11111000 | 11000 | 1101 | 0 | 11 | 11010101 | 1010001 | 1010101 |
Color Harmonies of #BCD7F8
Complementary color
Monochromatic Colors of #BCD7F8
Black with #BCD7F8
Text Example
Text Example
White with #BCD7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7F8; }
p { color: rgb(188,215,248); }
H1.HeaderClassName
{
color: #BCD7F8;
}
.AnyTagClassName
{
color: #BCD7F8;
}
</style>
background-color css
<style>
a { background-color: #BCD7F8; }
a { background-color: rgb(188,215,248); }
div.DivClassName
{
background-color: #BCD7F8;
}
.BgClassName
{
background-color: #BCD7F8;
}
</style>
border-color css
<style>
span { border-color: #BCD7F8; }
span { border-color: rgb(188,215,248); }
td.TdClassName
{
border-color: #BCD7F8;
}
.TagClassName
{
border-color: #BCD7F8;
}
</style>