Html Css Color HEX #BCDCFE Pale Cornflower Blue
📋 copy color: '#BCDCFE'red 188 ◦ green 220 ◦ blue 254
Shades of Pale Cornflower Blue #BCDCFE
Tints of Pale Cornflower Blue #BCDCFE
RGB
CMYK
RGB Variations
Color information
#BCDCFE (or 0xBCDCFE) is known color: Pale Cornflower Blue. HEX triplet: BC, DC and FE. RGB value is (188,220,254). Sum of RGB (Red+Green+Blue) = 188+220+254=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFE is #432301. Grayscale: #D6D6D6. Windows color (decimal): -4399874 or 16702652. OLE color: 16702652.
HSL color Cylindrical-coordinate representation of color #BCDCFE: hue angle of 210.91º 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 #BCDCFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 220 | 254 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.00 |
| HSL | 210.91º | 0.97% | 0.87% | - |
| HSV(B) | 210.91º | 0.26% | 1% | - |
| XYZ | 64.22 | 69.03 | 103.71 | - |
| YUV | 214.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 254 | 0.26 | 0.13 | 0 | 0.00 | 210.91 | 0.97 | 0.87 |
| Hex | BC | DC | FE | 1A | D | 0 | 0 | D3 | 61 | 57 |
| Octal | 274 | 334 | 376 | 32 | 15 | 0 | 0 | 323 | 141 | 127 |
| Binary | 10111100 | 11011100 | 11111110 | 11010 | 1101 | 0 | 0 | 11010011 | 1100001 | 1010111 |
Color Harmonies of #BCDCFE
Complementary color
Monochromatic Colors of #BCDCFE
Black with #BCDCFE
Text Example
Text Example
White with #BCDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCFE; }
p { color: rgb(188,220,254); }
H1.HeaderClassName
{
color: #BCDCFE;
}
.AnyTagClassName
{
color: #BCDCFE;
}
</style>
background-color css
<style>
a { background-color: #BCDCFE; }
a { background-color: rgb(188,220,254); }
div.DivClassName
{
background-color: #BCDCFE;
}
.BgClassName
{
background-color: #BCDCFE;
}
</style>
border-color css
<style>
span { border-color: #BCDCFE; }
span { border-color: rgb(188,220,254); }
td.TdClassName
{
border-color: #BCDCFE;
}
.TagClassName
{
border-color: #BCDCFE;
}
</style>