Html Css Color HEX #BCD9F3 Pale Cornflower Blue
📋 copy color: '#BCD9F3'red 188 ◦ green 217 ◦ blue 243
Shades of Pale Cornflower Blue #BCD9F3
Tints of Pale Cornflower Blue #BCD9F3
RGB
CMYK
RGB Variations
Color information
#BCD9F3 (or 0xBCD9F3) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F3. RGB value is (188,217,243). Sum of RGB (Red+Green+Blue) = 188+217+243=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F3 is #43260C. Grayscale: #D3D3D3. Windows color (decimal): -4400653 or 15980988. OLE color: 15980988.
HSL color Cylindrical-coordinate representation of color #BCD9F3: hue angle of 208.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD9F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 217 | 243 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.05 |
| HSL | 208.36º | 0.7% | 0.85% | - |
| HSV(B) | 208.36º | 0.23% | 0.95% | - |
| XYZ | 61.73 | 66.79 | 94.43 | - |
| YUV | 211.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 243 | 0.23 | 0.11 | 0 | 0.05 | 208.36 | 0.7 | 0.85 |
| Hex | BC | D9 | F3 | 17 | B | 0 | 5 | D0 | 46 | 55 |
| Octal | 274 | 331 | 363 | 27 | 13 | 0 | 5 | 320 | 106 | 125 |
| Binary | 10111100 | 11011001 | 11110011 | 10111 | 1011 | 0 | 101 | 11010000 | 1000110 | 1010101 |
Color Harmonies of #BCD9F3
Complementary color
Monochromatic Colors of #BCD9F3
Black with #BCD9F3
Text Example
Text Example
White with #BCD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9F3; }
p { color: rgb(188,217,243); }
H1.HeaderClassName
{
color: #BCD9F3;
}
.AnyTagClassName
{
color: #BCD9F3;
}
</style>
background-color css
<style>
a { background-color: #BCD9F3; }
a { background-color: rgb(188,217,243); }
div.DivClassName
{
background-color: #BCD9F3;
}
.BgClassName
{
background-color: #BCD9F3;
}
</style>
border-color css
<style>
span { border-color: #BCD9F3; }
span { border-color: rgb(188,217,243); }
td.TdClassName
{
border-color: #BCD9F3;
}
.TagClassName
{
border-color: #BCD9F3;
}
</style>