Html Css Color HEX #BCD4FB Pale Cornflower Blue
📋 copy color: '#BCD4FB'red 188 ◦ green 212 ◦ blue 251
Shades of Pale Cornflower Blue #BCD4FB
Tints of Pale Cornflower Blue #BCD4FB
RGB
CMYK
RGB Variations
Color information
#BCD4FB (or 0xBCD4FB) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FB. RGB value is (188,212,251). Sum of RGB (Red+Green+Blue) = 188+212+251=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FB is #432B04. Grayscale: #D1D1D1. Windows color (decimal): -4401925 or 16503996. OLE color: 16503996.
HSL color Cylindrical-coordinate representation of color #BCD4FB: hue angle of 217.14º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD4FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 212 | 251 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 217.14º | 0.89% | 0.86% | - |
| HSV(B) | 217.14º | 0.25% | 0.98% | - |
| XYZ | 61.7 | 64.74 | 100.51 | - |
| YUV | 209.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 251 | 0.25 | 0.16 | 0 | 0.02 | 217.14 | 0.89 | 0.86 |
| Hex | BC | D4 | FB | 19 | 10 | 0 | 2 | D9 | 59 | 56 |
| Octal | 274 | 324 | 373 | 31 | 20 | 0 | 2 | 331 | 131 | 126 |
| Binary | 10111100 | 11010100 | 11111011 | 11001 | 10000 | 0 | 10 | 11011001 | 1011001 | 1010110 |
Color Harmonies of #BCD4FB
Complementary color
Monochromatic Colors of #BCD4FB
Black with #BCD4FB
Text Example
Text Example
White with #BCD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4FB; }
p { color: rgb(188,212,251); }
H1.HeaderClassName
{
color: #BCD4FB;
}
.AnyTagClassName
{
color: #BCD4FB;
}
</style>
background-color css
<style>
a { background-color: #BCD4FB; }
a { background-color: rgb(188,212,251); }
div.DivClassName
{
background-color: #BCD4FB;
}
.BgClassName
{
background-color: #BCD4FB;
}
</style>
border-color css
<style>
span { border-color: #BCD4FB; }
span { border-color: rgb(188,212,251); }
td.TdClassName
{
border-color: #BCD4FB;
}
.TagClassName
{
border-color: #BCD4FB;
}
</style>