Html Css Color HEX #BCDFFF Pale Cornflower Blue
📋 copy color: '#BCDFFF'red 188 ◦ green 223 ◦ blue 255
Shades of Pale Cornflower Blue #BCDFFF
Tints of Pale Cornflower Blue #BCDFFF
RGB
CMYK
RGB Variations
Color information
#BCDFFF (or 0xBCDFFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DF and FF. RGB value is (188,223,255). Sum of RGB (Red+Green+Blue) = 188+223+255=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFF is #432000. Grayscale: #D8D8D8. Windows color (decimal): -4399105 or 16768956. OLE color: 16768956.
HSL color Cylindrical-coordinate representation of color #BCDFFF: hue angle of 208.66º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDFFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 223 | 255 | - |
| CMYK | 0.26 | 0.13 | 0 | 0 |
| HSL | 208.66º | 1% | 0.87% | - |
| HSV(B) | 208.66º | 0.26% | 1% | - |
| XYZ | 65.18 | 70.69 | 104.82 | - |
| YUV | 216.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 255 | 0.26 | 0.13 | 0 | 0 | 208.66 | 1 | 0.87 |
| Hex | BC | DF | FF | 1A | D | 0 | 0 | D1 | 64 | 57 |
| Octal | 274 | 337 | 377 | 32 | 15 | 0 | 0 | 321 | 144 | 127 |
| Binary | 10111100 | 11011111 | 11111111 | 11010 | 1101 | 0 | 0 | 11010001 | 1100100 | 1010111 |
Color Harmonies of #BCDFFF
Complementary color
Monochromatic Colors of #BCDFFF
Black with #BCDFFF
Text Example
Text Example
White with #BCDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFFF; }
p { color: rgb(188,223,255); }
H1.HeaderClassName
{
color: #BCDFFF;
}
.AnyTagClassName
{
color: #BCDFFF;
}
</style>
background-color css
<style>
a { background-color: #BCDFFF; }
a { background-color: rgb(188,223,255); }
div.DivClassName
{
background-color: #BCDFFF;
}
.BgClassName
{
background-color: #BCDFFF;
}
</style>
border-color css
<style>
span { border-color: #BCDFFF; }
span { border-color: rgb(188,223,255); }
td.TdClassName
{
border-color: #BCDFFF;
}
.TagClassName
{
border-color: #BCDFFF;
}
</style>