Html Css Color HEX #BCDFFE Pale Cornflower Blue
📋 copy color: '#BCDFFE'red 188 ◦ green 223 ◦ blue 254
Shades of Pale Cornflower Blue #BCDFFE
Tints of Pale Cornflower Blue #BCDFFE
RGB
CMYK
RGB Variations
Color information
#BCDFFE (or 0xBCDFFE) is known color: Pale Cornflower Blue. HEX triplet: BC, DF and FE. RGB value is (188,223,254). Sum of RGB (Red+Green+Blue) = 188+223+254=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFE is #432001. Grayscale: #D7D7D7. Windows color (decimal): -4399106 or 16703420. OLE color: 16703420.
HSL color Cylindrical-coordinate representation of color #BCDFFE: hue angle of 208.18º 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 #BCDFFE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 223 | 254 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.00 |
| HSL | 208.18º | 0.97% | 0.87% | - |
| HSV(B) | 208.18º | 0.26% | 1% | - |
| XYZ | 65.02 | 70.62 | 103.97 | - |
| YUV | 216.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 254 | 0.26 | 0.12 | 0 | 0.00 | 208.18 | 0.97 | 0.87 |
| Hex | BC | DF | FE | 1A | C | 0 | 0 | D0 | 61 | 57 |
| Octal | 274 | 337 | 376 | 32 | 14 | 0 | 0 | 320 | 141 | 127 |
| Binary | 10111100 | 11011111 | 11111110 | 11010 | 1100 | 0 | 0 | 11010000 | 1100001 | 1010111 |
Color Harmonies of #BCDFFE
Complementary color
Monochromatic Colors of #BCDFFE
Black with #BCDFFE
Text Example
Text Example
White with #BCDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFFE; }
p { color: rgb(188,223,254); }
H1.HeaderClassName
{
color: #BCDFFE;
}
.AnyTagClassName
{
color: #BCDFFE;
}
</style>
background-color css
<style>
a { background-color: #BCDFFE; }
a { background-color: rgb(188,223,254); }
div.DivClassName
{
background-color: #BCDFFE;
}
.BgClassName
{
background-color: #BCDFFE;
}
</style>
border-color css
<style>
span { border-color: #BCDFFE; }
span { border-color: rgb(188,223,254); }
td.TdClassName
{
border-color: #BCDFFE;
}
.TagClassName
{
border-color: #BCDFFE;
}
</style>