Html Css Color HEX #BCDEFC Pale Cornflower Blue
📋 copy color: '#BCDEFC'red 188 ◦ green 222 ◦ blue 252
Shades of Pale Cornflower Blue #BCDEFC
Tints of Pale Cornflower Blue #BCDEFC
RGB
CMYK
RGB Variations
Color information
#BCDEFC (or 0xBCDEFC) is known color: Pale Cornflower Blue. HEX triplet: BC, DE and FC. RGB value is (188,222,252). Sum of RGB (Red+Green+Blue) = 188+222+252=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFC is #432103. Grayscale: #D7D7D7. Windows color (decimal): -4399364 or 16572092. OLE color: 16572092.
HSL color Cylindrical-coordinate representation of color #BCDEFC: hue angle of 208.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDEFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 222 | 252 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 208.13º | 0.91% | 0.86% | - |
| HSV(B) | 208.13º | 0.25% | 0.99% | - |
| XYZ | 64.43 | 69.96 | 102.2 | - |
| YUV | 215.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 252 | 0.25 | 0.12 | 0 | 0.01 | 208.13 | 0.91 | 0.86 |
| Hex | BC | DE | FC | 19 | C | 0 | 1 | D0 | 5B | 56 |
| Octal | 274 | 336 | 374 | 31 | 14 | 0 | 1 | 320 | 133 | 126 |
| Binary | 10111100 | 11011110 | 11111100 | 11001 | 1100 | 0 | 1 | 11010000 | 1011011 | 1010110 |
Color Harmonies of #BCDEFC
Complementary color
Monochromatic Colors of #BCDEFC
Black with #BCDEFC
Text Example
Text Example
White with #BCDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEFC; }
p { color: rgb(188,222,252); }
H1.HeaderClassName
{
color: #BCDEFC;
}
.AnyTagClassName
{
color: #BCDEFC;
}
</style>
background-color css
<style>
a { background-color: #BCDEFC; }
a { background-color: rgb(188,222,252); }
div.DivClassName
{
background-color: #BCDEFC;
}
.BgClassName
{
background-color: #BCDEFC;
}
</style>
border-color css
<style>
span { border-color: #BCDEFC; }
span { border-color: rgb(188,222,252); }
td.TdClassName
{
border-color: #BCDEFC;
}
.TagClassName
{
border-color: #BCDEFC;
}
</style>