Html Css Color HEX #BCD9F0 Pale Cornflower Blue
📋 copy color: '#BCD9F0'red 188 ◦ green 217 ◦ blue 240
Shades of Pale Cornflower Blue #BCD9F0
Tints of Pale Cornflower Blue #BCD9F0
RGB
CMYK
RGB Variations
Color information
#BCD9F0 (or 0xBCD9F0) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F0. RGB value is (188,217,240). Sum of RGB (Red+Green+Blue) = 188+217+240=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F0 is #43260F. Grayscale: #D2D2D2. Windows color (decimal): -4400656 or 15784380. OLE color: 15784380.
HSL color Cylindrical-coordinate representation of color #BCD9F0: hue angle of 206.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD9F0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 217 | 240 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.06 |
| HSL | 206.54º | 0.63% | 0.84% | - |
| HSV(B) | 206.54º | 0.22% | 0.94% | - |
| XYZ | 61.28 | 66.61 | 92.06 | - |
| YUV | 210.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 240 | 0.22 | 0.10 | 0 | 0.06 | 206.54 | 0.63 | 0.84 |
| Hex | BC | D9 | F0 | 16 | A | 0 | 6 | CF | 3F | 54 |
| Octal | 274 | 331 | 360 | 26 | 12 | 0 | 6 | 317 | 77 | 124 |
| Binary | 10111100 | 11011001 | 11110000 | 10110 | 1010 | 0 | 110 | 11001111 | 111111 | 1010100 |
Color Harmonies of #BCD9F0
Complementary color
Monochromatic Colors of #BCD9F0
Black with #BCD9F0
Text Example
Text Example
White with #BCD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F0; }
p { color: rgb(188,217,240); }
H1.HeaderClassName
{
color: #BCD9F0;
}
.AnyTagClassName
{
color: #BCD9F0;
}
</style>
background-color css
<style>
a { background-color: #BCD9F0; }
a { background-color: rgb(188,217,240); }
div.DivClassName
{
background-color: #BCD9F0;
}
.BgClassName
{
background-color: #BCD9F0;
}
</style>
border-color css
<style>
span { border-color: #BCD9F0; }
span { border-color: rgb(188,217,240); }
td.TdClassName
{
border-color: #BCD9F0;
}
.TagClassName
{
border-color: #BCD9F0;
}
</style>