Html Css Color HEX #BCD4F8 Pale Cornflower Blue
📋 copy color: '#BCD4F8'red 188 ◦ green 212 ◦ blue 248
Shades of Pale Cornflower Blue #BCD4F8
Tints of Pale Cornflower Blue #BCD4F8
RGB
CMYK
RGB Variations
Color information
#BCD4F8 (or 0xBCD4F8) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and F8. RGB value is (188,212,248). Sum of RGB (Red+Green+Blue) = 188+212+248=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4F8 is #432B07. Grayscale: #D0D0D0. Windows color (decimal): -4401928 or 16307388. OLE color: 16307388.
HSL color Cylindrical-coordinate representation of color #BCD4F8: hue angle of 216º 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 #BCD4F8 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 212 | 248 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.03 |
| HSL | 216º | 0.81% | 0.85% | - |
| HSV(B) | 216º | 0.24% | 0.97% | - |
| XYZ | 61.23 | 64.56 | 98.04 | - |
| YUV | 208.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 248 | 0.24 | 0.15 | 0 | 0.03 | 216 | 0.81 | 0.85 |
| Hex | BC | D4 | F8 | 18 | F | 0 | 3 | D8 | 51 | 55 |
| Octal | 274 | 324 | 370 | 30 | 17 | 0 | 3 | 330 | 121 | 125 |
| Binary | 10111100 | 11010100 | 11111000 | 11000 | 1111 | 0 | 11 | 11011000 | 1010001 | 1010101 |
Color Harmonies of #BCD4F8
Complementary color
Monochromatic Colors of #BCD4F8
Black with #BCD4F8
Text Example
Text Example
White with #BCD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4F8; }
p { color: rgb(188,212,248); }
H1.HeaderClassName
{
color: #BCD4F8;
}
.AnyTagClassName
{
color: #BCD4F8;
}
</style>
background-color css
<style>
a { background-color: #BCD4F8; }
a { background-color: rgb(188,212,248); }
div.DivClassName
{
background-color: #BCD4F8;
}
.BgClassName
{
background-color: #BCD4F8;
}
</style>
border-color css
<style>
span { border-color: #BCD4F8; }
span { border-color: rgb(188,212,248); }
td.TdClassName
{
border-color: #BCD4F8;
}
.TagClassName
{
border-color: #BCD4F8;
}
</style>