Html Css Color HEX #BCD8FC Pale Cornflower Blue
📋 copy color: '#BCD8FC'red 188 ◦ green 216 ◦ blue 252
Shades of Pale Cornflower Blue #BCD8FC
Tints of Pale Cornflower Blue #BCD8FC
RGB
CMYK
RGB Variations
Color information
#BCD8FC (or 0xBCD8FC) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and FC. RGB value is (188,216,252). Sum of RGB (Red+Green+Blue) = 188+216+252=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8FC is #432703. Grayscale: #D3D3D3. Windows color (decimal): -4400900 or 16570556. OLE color: 16570556.
HSL color Cylindrical-coordinate representation of color #BCD8FC: hue angle of 213.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD8FC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 216 | 252 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.01 |
| HSL | 213.75º | 0.91% | 0.86% | - |
| HSV(B) | 213.75º | 0.25% | 0.99% | - |
| XYZ | 62.87 | 66.83 | 101.68 | - |
| YUV | 211.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 252 | 0.25 | 0.14 | 0 | 0.01 | 213.75 | 0.91 | 0.86 |
| Hex | BC | D8 | FC | 19 | E | 0 | 1 | D6 | 5B | 56 |
| Octal | 274 | 330 | 374 | 31 | 16 | 0 | 1 | 326 | 133 | 126 |
| Binary | 10111100 | 11011000 | 11111100 | 11001 | 1110 | 0 | 1 | 11010110 | 1011011 | 1010110 |
Color Harmonies of #BCD8FC
Complementary color
Monochromatic Colors of #BCD8FC
Black with #BCD8FC
Text Example
Text Example
White with #BCD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8FC; }
p { color: rgb(188,216,252); }
H1.HeaderClassName
{
color: #BCD8FC;
}
.AnyTagClassName
{
color: #BCD8FC;
}
</style>
background-color css
<style>
a { background-color: #BCD8FC; }
a { background-color: rgb(188,216,252); }
div.DivClassName
{
background-color: #BCD8FC;
}
.BgClassName
{
background-color: #BCD8FC;
}
</style>
border-color css
<style>
span { border-color: #BCD8FC; }
span { border-color: rgb(188,216,252); }
td.TdClassName
{
border-color: #BCD8FC;
}
.TagClassName
{
border-color: #BCD8FC;
}
</style>