Html Css Color HEX #BCD5FC Pale Cornflower Blue
📋 copy color: '#BCD5FC'red 188 ◦ green 213 ◦ blue 252
Shades of Pale Cornflower Blue #BCD5FC
Tints of Pale Cornflower Blue #BCD5FC
RGB
CMYK
RGB Variations
Color information
#BCD5FC (or 0xBCD5FC) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and FC. RGB value is (188,213,252). Sum of RGB (Red+Green+Blue) = 188+213+252=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FC is #432A03. Grayscale: #D1D1D1. Windows color (decimal): -4401668 or 16569788. OLE color: 16569788.
HSL color Cylindrical-coordinate representation of color #BCD5FC: hue angle of 216.56º 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 #BCD5FC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 213 | 252 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.01 |
| HSL | 216.56º | 0.91% | 0.86% | - |
| HSV(B) | 216.56º | 0.25% | 0.99% | - |
| XYZ | 62.1 | 65.31 | 101.43 | - |
| YUV | 209.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 252 | 0.25 | 0.15 | 0 | 0.01 | 216.56 | 0.91 | 0.86 |
| Hex | BC | D5 | FC | 19 | F | 0 | 1 | D9 | 5B | 56 |
| Octal | 274 | 325 | 374 | 31 | 17 | 0 | 1 | 331 | 133 | 126 |
| Binary | 10111100 | 11010101 | 11111100 | 11001 | 1111 | 0 | 1 | 11011001 | 1011011 | 1010110 |
Color Harmonies of #BCD5FC
Complementary color
Monochromatic Colors of #BCD5FC
Black with #BCD5FC
Text Example
Text Example
White with #BCD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5FC; }
p { color: rgb(188,213,252); }
H1.HeaderClassName
{
color: #BCD5FC;
}
.AnyTagClassName
{
color: #BCD5FC;
}
</style>
background-color css
<style>
a { background-color: #BCD5FC; }
a { background-color: rgb(188,213,252); }
div.DivClassName
{
background-color: #BCD5FC;
}
.BgClassName
{
background-color: #BCD5FC;
}
</style>
border-color css
<style>
span { border-color: #BCD5FC; }
span { border-color: rgb(188,213,252); }
td.TdClassName
{
border-color: #BCD5FC;
}
.TagClassName
{
border-color: #BCD5FC;
}
</style>