Html Css Color HEX #BCD4F9 Pale Cornflower Blue
📋 copy color: '#BCD4F9'red 188 ◦ green 212 ◦ blue 249
Shades of Pale Cornflower Blue #BCD4F9
Tints of Pale Cornflower Blue #BCD4F9
RGB
CMYK
RGB Variations
Color information
#BCD4F9 (or 0xBCD4F9) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and F9. RGB value is (188,212,249). Sum of RGB (Red+Green+Blue) = 188+212+249=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4F9 is #432B06. Grayscale: #D0D0D0. Windows color (decimal): -4401927 or 16372924. OLE color: 16372924.
HSL color Cylindrical-coordinate representation of color #BCD4F9: hue angle of 216.39º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD4F9 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 212 | 249 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.02 |
| HSL | 216.39º | 0.84% | 0.86% | - |
| HSV(B) | 216.39º | 0.24% | 0.98% | - |
| XYZ | 61.38 | 64.62 | 98.86 | - |
| YUV | 209.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 249 | 0.24 | 0.15 | 0 | 0.02 | 216.39 | 0.84 | 0.86 |
| Hex | BC | D4 | F9 | 18 | F | 0 | 2 | D8 | 54 | 56 |
| Octal | 274 | 324 | 371 | 30 | 17 | 0 | 2 | 330 | 124 | 126 |
| Binary | 10111100 | 11010100 | 11111001 | 11000 | 1111 | 0 | 10 | 11011000 | 1010100 | 1010110 |
Color Harmonies of #BCD4F9
Complementary color
Monochromatic Colors of #BCD4F9
Black with #BCD4F9
Text Example
Text Example
White with #BCD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4F9; }
p { color: rgb(188,212,249); }
H1.HeaderClassName
{
color: #BCD4F9;
}
.AnyTagClassName
{
color: #BCD4F9;
}
</style>
background-color css
<style>
a { background-color: #BCD4F9; }
a { background-color: rgb(188,212,249); }
div.DivClassName
{
background-color: #BCD4F9;
}
.BgClassName
{
background-color: #BCD4F9;
}
</style>
border-color css
<style>
span { border-color: #BCD4F9; }
span { border-color: rgb(188,212,249); }
td.TdClassName
{
border-color: #BCD4F9;
}
.TagClassName
{
border-color: #BCD4F9;
}
</style>