Html Css Color HEX #BCD9F1 Pale Cornflower Blue
📋 copy color: '#BCD9F1'red 188 ◦ green 217 ◦ blue 241
Shades of Pale Cornflower Blue #BCD9F1
Tints of Pale Cornflower Blue #BCD9F1
RGB
CMYK
RGB Variations
Color information
#BCD9F1 (or 0xBCD9F1) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F1. RGB value is (188,217,241). Sum of RGB (Red+Green+Blue) = 188+217+241=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F1 is #43260E. Grayscale: #D2D2D2. Windows color (decimal): -4400655 or 15849916. OLE color: 15849916.
HSL color Cylindrical-coordinate representation of color #BCD9F1: hue angle of 207.17º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD9F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 217 | 241 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.05 |
| HSL | 207.17º | 0.65% | 0.84% | - |
| HSV(B) | 207.17º | 0.22% | 0.95% | - |
| XYZ | 61.43 | 66.67 | 92.85 | - |
| YUV | 211.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 241 | 0.22 | 0.10 | 0 | 0.05 | 207.17 | 0.65 | 0.84 |
| Hex | BC | D9 | F1 | 16 | A | 0 | 5 | CF | 41 | 54 |
| Octal | 274 | 331 | 361 | 26 | 12 | 0 | 5 | 317 | 101 | 124 |
| Binary | 10111100 | 11011001 | 11110001 | 10110 | 1010 | 0 | 101 | 11001111 | 1000001 | 1010100 |
Color Harmonies of #BCD9F1
Complementary color
Monochromatic Colors of #BCD9F1
Black with #BCD9F1
Text Example
Text Example
White with #BCD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F1; }
p { color: rgb(188,217,241); }
H1.HeaderClassName
{
color: #BCD9F1;
}
.AnyTagClassName
{
color: #BCD9F1;
}
</style>
background-color css
<style>
a { background-color: #BCD9F1; }
a { background-color: rgb(188,217,241); }
div.DivClassName
{
background-color: #BCD9F1;
}
.BgClassName
{
background-color: #BCD9F1;
}
</style>
border-color css
<style>
span { border-color: #BCD9F1; }
span { border-color: rgb(188,217,241); }
td.TdClassName
{
border-color: #BCD9F1;
}
.TagClassName
{
border-color: #BCD9F1;
}
</style>