Html Css Color HEX #BCD6FE Pale Cornflower Blue
📋 copy color: '#BCD6FE'red 188 ◦ green 214 ◦ blue 254
Shades of Pale Cornflower Blue #BCD6FE
Tints of Pale Cornflower Blue #BCD6FE
RGB
CMYK
RGB Variations
Color information
#BCD6FE (or 0xBCD6FE) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and FE. RGB value is (188,214,254). Sum of RGB (Red+Green+Blue) = 188+214+254=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FE is #432901. Grayscale: #D2D2D2. Windows color (decimal): -4401410 or 16701116. OLE color: 16701116.
HSL color Cylindrical-coordinate representation of color #BCD6FE: hue angle of 216.36º 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 #BCD6FE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 214 | 254 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.00 |
| HSL | 216.36º | 0.97% | 0.87% | - |
| HSV(B) | 216.36º | 0.26% | 1% | - |
| XYZ | 62.68 | 65.94 | 103.19 | - |
| YUV | 210.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 254 | 0.26 | 0.16 | 0 | 0.00 | 216.36 | 0.97 | 0.87 |
| Hex | BC | D6 | FE | 1A | 10 | 0 | 0 | D8 | 61 | 57 |
| Octal | 274 | 326 | 376 | 32 | 20 | 0 | 0 | 330 | 141 | 127 |
| Binary | 10111100 | 11010110 | 11111110 | 11010 | 10000 | 0 | 0 | 11011000 | 1100001 | 1010111 |
Color Harmonies of #BCD6FE
Complementary color
Monochromatic Colors of #BCD6FE
Black with #BCD6FE
Text Example
Text Example
White with #BCD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6FE; }
p { color: rgb(188,214,254); }
H1.HeaderClassName
{
color: #BCD6FE;
}
.AnyTagClassName
{
color: #BCD6FE;
}
</style>
background-color css
<style>
a { background-color: #BCD6FE; }
a { background-color: rgb(188,214,254); }
div.DivClassName
{
background-color: #BCD6FE;
}
.BgClassName
{
background-color: #BCD6FE;
}
</style>
border-color css
<style>
span { border-color: #BCD6FE; }
span { border-color: rgb(188,214,254); }
td.TdClassName
{
border-color: #BCD6FE;
}
.TagClassName
{
border-color: #BCD6FE;
}
</style>