Html Css Color HEX #BCD9FD Pale Cornflower Blue
📋 copy color: '#BCD9FD'red 188 ◦ green 217 ◦ blue 253
Shades of Pale Cornflower Blue #BCD9FD
Tints of Pale Cornflower Blue #BCD9FD
RGB
CMYK
RGB Variations
Color information
#BCD9FD (or 0xBCD9FD) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and FD. RGB value is (188,217,253). Sum of RGB (Red+Green+Blue) = 188+217+253=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FD is #432602. Grayscale: #D4D4D4. Windows color (decimal): -4400643 or 16636348. OLE color: 16636348.
HSL color Cylindrical-coordinate representation of color #BCD9FD: hue angle of 213.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD9FD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 217 | 253 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.01 |
| HSL | 213.23º | 0.94% | 0.86% | - |
| HSV(B) | 213.23º | 0.26% | 0.99% | - |
| XYZ | 63.28 | 67.41 | 102.6 | - |
| YUV | 212.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 253 | 0.26 | 0.14 | 0 | 0.01 | 213.23 | 0.94 | 0.86 |
| Hex | BC | D9 | FD | 1A | E | 0 | 1 | D5 | 5E | 56 |
| Octal | 274 | 331 | 375 | 32 | 16 | 0 | 1 | 325 | 136 | 126 |
| Binary | 10111100 | 11011001 | 11111101 | 11010 | 1110 | 0 | 1 | 11010101 | 1011110 | 1010110 |
Color Harmonies of #BCD9FD
Complementary color
Monochromatic Colors of #BCD9FD
Black with #BCD9FD
Text Example
Text Example
White with #BCD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9FD; }
p { color: rgb(188,217,253); }
H1.HeaderClassName
{
color: #BCD9FD;
}
.AnyTagClassName
{
color: #BCD9FD;
}
</style>
background-color css
<style>
a { background-color: #BCD9FD; }
a { background-color: rgb(188,217,253); }
div.DivClassName
{
background-color: #BCD9FD;
}
.BgClassName
{
background-color: #BCD9FD;
}
</style>
border-color css
<style>
span { border-color: #BCD9FD; }
span { border-color: rgb(188,217,253); }
td.TdClassName
{
border-color: #BCD9FD;
}
.TagClassName
{
border-color: #BCD9FD;
}
</style>