Html Css Color HEX #BCD7F9 Pale Cornflower Blue
📋 copy color: '#BCD7F9'red 188 ◦ green 215 ◦ blue 249
Shades of Pale Cornflower Blue #BCD7F9
Tints of Pale Cornflower Blue #BCD7F9
RGB
CMYK
RGB Variations
Color information
#BCD7F9 (or 0xBCD7F9) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and F9. RGB value is (188,215,249). Sum of RGB (Red+Green+Blue) = 188+215+249=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7F9 is #432806. Grayscale: #D2D2D2. Windows color (decimal): -4401159 or 16373692. OLE color: 16373692.
HSL color Cylindrical-coordinate representation of color #BCD7F9: hue angle of 213.44º 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 #BCD7F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 215 | 249 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.02 |
| HSL | 213.44º | 0.84% | 0.86% | - |
| HSV(B) | 213.44º | 0.24% | 0.98% | - |
| XYZ | 62.14 | 66.13 | 99.11 | - |
| YUV | 210.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 249 | 0.24 | 0.14 | 0 | 0.02 | 213.44 | 0.84 | 0.86 |
| Hex | BC | D7 | F9 | 18 | E | 0 | 2 | D5 | 54 | 56 |
| Octal | 274 | 327 | 371 | 30 | 16 | 0 | 2 | 325 | 124 | 126 |
| Binary | 10111100 | 11010111 | 11111001 | 11000 | 1110 | 0 | 10 | 11010101 | 1010100 | 1010110 |
Color Harmonies of #BCD7F9
Complementary color
Monochromatic Colors of #BCD7F9
Black with #BCD7F9
Text Example
Text Example
White with #BCD7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7F9; }
p { color: rgb(188,215,249); }
H1.HeaderClassName
{
color: #BCD7F9;
}
.AnyTagClassName
{
color: #BCD7F9;
}
</style>
background-color css
<style>
a { background-color: #BCD7F9; }
a { background-color: rgb(188,215,249); }
div.DivClassName
{
background-color: #BCD7F9;
}
.BgClassName
{
background-color: #BCD7F9;
}
</style>
border-color css
<style>
span { border-color: #BCD7F9; }
span { border-color: rgb(188,215,249); }
td.TdClassName
{
border-color: #BCD7F9;
}
.TagClassName
{
border-color: #BCD7F9;
}
</style>