Html Css Color HEX #BCDDFC Pale Cornflower Blue
📋 copy color: '#BCDDFC'red 188 ◦ green 221 ◦ blue 252
Shades of Pale Cornflower Blue #BCDDFC
Tints of Pale Cornflower Blue #BCDDFC
RGB
CMYK
RGB Variations
Color information
#BCDDFC (or 0xBCDDFC) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and FC. RGB value is (188,221,252). Sum of RGB (Red+Green+Blue) = 188+221+252=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFC is #432203. Grayscale: #D6D6D6. Windows color (decimal): -4399620 or 16571836. OLE color: 16571836.
HSL color Cylindrical-coordinate representation of color #BCDDFC: hue angle of 209.06º 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 #BCDDFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 221 | 252 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 209.06º | 0.91% | 0.86% | - |
| HSV(B) | 209.06º | 0.25% | 0.99% | - |
| XYZ | 64.17 | 69.43 | 102.12 | - |
| YUV | 214.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 252 | 0.25 | 0.12 | 0 | 0.01 | 209.06 | 0.91 | 0.86 |
| Hex | BC | DD | FC | 19 | C | 0 | 1 | D1 | 5B | 56 |
| Octal | 274 | 335 | 374 | 31 | 14 | 0 | 1 | 321 | 133 | 126 |
| Binary | 10111100 | 11011101 | 11111100 | 11001 | 1100 | 0 | 1 | 11010001 | 1011011 | 1010110 |
Color Harmonies of #BCDDFC
Complementary color
Monochromatic Colors of #BCDDFC
Black with #BCDDFC
Text Example
Text Example
White with #BCDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDFC; }
p { color: rgb(188,221,252); }
H1.HeaderClassName
{
color: #BCDDFC;
}
.AnyTagClassName
{
color: #BCDDFC;
}
</style>
background-color css
<style>
a { background-color: #BCDDFC; }
a { background-color: rgb(188,221,252); }
div.DivClassName
{
background-color: #BCDDFC;
}
.BgClassName
{
background-color: #BCDDFC;
}
</style>
border-color css
<style>
span { border-color: #BCDDFC; }
span { border-color: rgb(188,221,252); }
td.TdClassName
{
border-color: #BCDDFC;
}
.TagClassName
{
border-color: #BCDDFC;
}
</style>