Html Css Color HEX #BCD7FD Pale Cornflower Blue
📋 copy color: '#BCD7FD'red 188 ◦ green 215 ◦ blue 253
Shades of Pale Cornflower Blue #BCD7FD
Tints of Pale Cornflower Blue #BCD7FD
RGB
CMYK
RGB Variations
Color information
#BCD7FD (or 0xBCD7FD) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and FD. RGB value is (188,215,253). Sum of RGB (Red+Green+Blue) = 188+215+253=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7FD is #432802. Grayscale: #D3D3D3. Windows color (decimal): -4401155 or 16635836. OLE color: 16635836.
HSL color Cylindrical-coordinate representation of color #BCD7FD: hue angle of 215.08º 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 #BCD7FD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 215 | 253 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.01 |
| HSL | 215.08º | 0.94% | 0.86% | - |
| HSV(B) | 215.08º | 0.26% | 0.99% | - |
| XYZ | 62.77 | 66.38 | 102.43 | - |
| YUV | 211.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 253 | 0.26 | 0.15 | 0 | 0.01 | 215.08 | 0.94 | 0.86 |
| Hex | BC | D7 | FD | 1A | F | 0 | 1 | D7 | 5E | 56 |
| Octal | 274 | 327 | 375 | 32 | 17 | 0 | 1 | 327 | 136 | 126 |
| Binary | 10111100 | 11010111 | 11111101 | 11010 | 1111 | 0 | 1 | 11010111 | 1011110 | 1010110 |
Color Harmonies of #BCD7FD
Complementary color
Monochromatic Colors of #BCD7FD
Black with #BCD7FD
Text Example
Text Example
White with #BCD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7FD; }
p { color: rgb(188,215,253); }
H1.HeaderClassName
{
color: #BCD7FD;
}
.AnyTagClassName
{
color: #BCD7FD;
}
</style>
background-color css
<style>
a { background-color: #BCD7FD; }
a { background-color: rgb(188,215,253); }
div.DivClassName
{
background-color: #BCD7FD;
}
.BgClassName
{
background-color: #BCD7FD;
}
</style>
border-color css
<style>
span { border-color: #BCD7FD; }
span { border-color: rgb(188,215,253); }
td.TdClassName
{
border-color: #BCD7FD;
}
.TagClassName
{
border-color: #BCD7FD;
}
</style>