Html Css Color HEX #BCD8F9 Pale Cornflower Blue
📋 copy color: '#BCD8F9'red 188 ◦ green 216 ◦ blue 249
Shades of Pale Cornflower Blue #BCD8F9
Tints of Pale Cornflower Blue #BCD8F9
RGB
CMYK
RGB Variations
Color information
#BCD8F9 (or 0xBCD8F9) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F9. RGB value is (188,216,249). Sum of RGB (Red+Green+Blue) = 188+216+249=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F9 is #432706. Grayscale: #D3D3D3. Windows color (decimal): -4400903 or 16373948. OLE color: 16373948.
HSL color Cylindrical-coordinate representation of color #BCD8F9: hue angle of 212.46º 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 #BCD8F9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 216 | 249 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.02 |
| HSL | 212.46º | 0.84% | 0.86% | - |
| HSV(B) | 212.46º | 0.24% | 0.98% | - |
| XYZ | 62.39 | 66.64 | 99.2 | - |
| YUV | 211.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 249 | 0.24 | 0.13 | 0 | 0.02 | 212.46 | 0.84 | 0.86 |
| Hex | BC | D8 | F9 | 18 | D | 0 | 2 | D4 | 54 | 56 |
| Octal | 274 | 330 | 371 | 30 | 15 | 0 | 2 | 324 | 124 | 126 |
| Binary | 10111100 | 11011000 | 11111001 | 11000 | 1101 | 0 | 10 | 11010100 | 1010100 | 1010110 |
Color Harmonies of #BCD8F9
Complementary color
Monochromatic Colors of #BCD8F9
Black with #BCD8F9
Text Example
Text Example
White with #BCD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8F9; }
p { color: rgb(188,216,249); }
H1.HeaderClassName
{
color: #BCD8F9;
}
.AnyTagClassName
{
color: #BCD8F9;
}
</style>
background-color css
<style>
a { background-color: #BCD8F9; }
a { background-color: rgb(188,216,249); }
div.DivClassName
{
background-color: #BCD8F9;
}
.BgClassName
{
background-color: #BCD8F9;
}
</style>
border-color css
<style>
span { border-color: #BCD8F9; }
span { border-color: rgb(188,216,249); }
td.TdClassName
{
border-color: #BCD8F9;
}
.TagClassName
{
border-color: #BCD8F9;
}
</style>