Html Css Color HEX #BCD7FE Pale Cornflower Blue
📋 copy color: '#BCD7FE'red 188 ◦ green 215 ◦ blue 254
Shades of Pale Cornflower Blue #BCD7FE
Tints of Pale Cornflower Blue #BCD7FE
RGB
CMYK
RGB Variations
Color information
#BCD7FE (or 0xBCD7FE) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and FE. RGB value is (188,215,254). Sum of RGB (Red+Green+Blue) = 188+215+254=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7FE is #432801. Grayscale: #D3D3D3. Windows color (decimal): -4401154 or 16701372. OLE color: 16701372.
HSL color Cylindrical-coordinate representation of color #BCD7FE: hue angle of 215.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD7FE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 215 | 254 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.00 |
| HSL | 215.45º | 0.97% | 0.87% | - |
| HSV(B) | 215.45º | 0.26% | 1% | - |
| XYZ | 62.93 | 66.45 | 103.28 | - |
| YUV | 211.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 254 | 0.26 | 0.15 | 0 | 0.00 | 215.45 | 0.97 | 0.87 |
| Hex | BC | D7 | FE | 1A | F | 0 | 0 | D7 | 61 | 57 |
| Octal | 274 | 327 | 376 | 32 | 17 | 0 | 0 | 327 | 141 | 127 |
| Binary | 10111100 | 11010111 | 11111110 | 11010 | 1111 | 0 | 0 | 11010111 | 1100001 | 1010111 |
Color Harmonies of #BCD7FE
Complementary color
Monochromatic Colors of #BCD7FE
Black with #BCD7FE
Text Example
Text Example
White with #BCD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7FE; }
p { color: rgb(188,215,254); }
H1.HeaderClassName
{
color: #BCD7FE;
}
.AnyTagClassName
{
color: #BCD7FE;
}
</style>
background-color css
<style>
a { background-color: #BCD7FE; }
a { background-color: rgb(188,215,254); }
div.DivClassName
{
background-color: #BCD7FE;
}
.BgClassName
{
background-color: #BCD7FE;
}
</style>
border-color css
<style>
span { border-color: #BCD7FE; }
span { border-color: rgb(188,215,254); }
td.TdClassName
{
border-color: #BCD7FE;
}
.TagClassName
{
border-color: #BCD7FE;
}
</style>