Html Css Color HEX #BCD5F7 Pale Cornflower Blue
📋 copy color: '#BCD5F7'red 188 ◦ green 213 ◦ blue 247
Shades of Pale Cornflower Blue #BCD5F7
Tints of Pale Cornflower Blue #BCD5F7
RGB
CMYK
RGB Variations
Color information
#BCD5F7 (or 0xBCD5F7) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and F7. RGB value is (188,213,247). Sum of RGB (Red+Green+Blue) = 188+213+247=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F7 is #432A08. Grayscale: #D1D1D1. Windows color (decimal): -4401673 or 16242108. OLE color: 16242108.
HSL color Cylindrical-coordinate representation of color #BCD5F7: hue angle of 214.58º degrees, saturation: 0.79, 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 #BCD5F7 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 213 | 247 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.03 |
| HSL | 214.58º | 0.79% | 0.85% | - |
| HSV(B) | 214.58º | 0.24% | 0.97% | - |
| XYZ | 61.32 | 65 | 97.31 | - |
| YUV | 209.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 247 | 0.24 | 0.14 | 0 | 0.03 | 214.58 | 0.79 | 0.85 |
| Hex | BC | D5 | F7 | 18 | E | 0 | 3 | D7 | 4F | 55 |
| Octal | 274 | 325 | 367 | 30 | 16 | 0 | 3 | 327 | 117 | 125 |
| Binary | 10111100 | 11010101 | 11110111 | 11000 | 1110 | 0 | 11 | 11010111 | 1001111 | 1010101 |
Color Harmonies of #BCD5F7
Complementary color
Monochromatic Colors of #BCD5F7
Black with #BCD5F7
Text Example
Text Example
White with #BCD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5F7; }
p { color: rgb(188,213,247); }
H1.HeaderClassName
{
color: #BCD5F7;
}
.AnyTagClassName
{
color: #BCD5F7;
}
</style>
background-color css
<style>
a { background-color: #BCD5F7; }
a { background-color: rgb(188,213,247); }
div.DivClassName
{
background-color: #BCD5F7;
}
.BgClassName
{
background-color: #BCD5F7;
}
</style>
border-color css
<style>
span { border-color: #BCD5F7; }
span { border-color: rgb(188,213,247); }
td.TdClassName
{
border-color: #BCD5F7;
}
.TagClassName
{
border-color: #BCD5F7;
}
</style>