Html Css Color HEX #BCD4FD Pale Cornflower Blue
📋 copy color: '#BCD4FD'red 188 ◦ green 212 ◦ blue 253
Shades of Pale Cornflower Blue #BCD4FD
Tints of Pale Cornflower Blue #BCD4FD
RGB
CMYK
RGB Variations
Color information
#BCD4FD (or 0xBCD4FD) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FD. RGB value is (188,212,253). Sum of RGB (Red+Green+Blue) = 188+212+253=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FD is #432B02. Grayscale: #D1D1D1. Windows color (decimal): -4401923 or 16635068. OLE color: 16635068.
HSL color Cylindrical-coordinate representation of color #BCD4FD: hue angle of 217.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD4FD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 212 | 253 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.01 |
| HSL | 217.85º | 0.94% | 0.86% | - |
| HSV(B) | 217.85º | 0.26% | 0.99% | - |
| XYZ | 62.01 | 64.87 | 102.18 | - |
| YUV | 209.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 253 | 0.26 | 0.16 | 0 | 0.01 | 217.85 | 0.94 | 0.86 |
| Hex | BC | D4 | FD | 1A | 10 | 0 | 1 | DA | 5E | 56 |
| Octal | 274 | 324 | 375 | 32 | 20 | 0 | 1 | 332 | 136 | 126 |
| Binary | 10111100 | 11010100 | 11111101 | 11010 | 10000 | 0 | 1 | 11011010 | 1011110 | 1010110 |
Color Harmonies of #BCD4FD
Complementary color
Monochromatic Colors of #BCD4FD
Black with #BCD4FD
Text Example
Text Example
White with #BCD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4FD; }
p { color: rgb(188,212,253); }
H1.HeaderClassName
{
color: #BCD4FD;
}
.AnyTagClassName
{
color: #BCD4FD;
}
</style>
background-color css
<style>
a { background-color: #BCD4FD; }
a { background-color: rgb(188,212,253); }
div.DivClassName
{
background-color: #BCD4FD;
}
.BgClassName
{
background-color: #BCD4FD;
}
</style>
border-color css
<style>
span { border-color: #BCD4FD; }
span { border-color: rgb(188,212,253); }
td.TdClassName
{
border-color: #BCD4FD;
}
.TagClassName
{
border-color: #BCD4FD;
}
</style>