Html Css Color HEX #BCDEF9 Pale Cornflower Blue
📋 copy color: '#BCDEF9'red 188 ◦ green 222 ◦ blue 249
Shades of Pale Cornflower Blue #BCDEF9
Tints of Pale Cornflower Blue #BCDEF9
RGB
CMYK
RGB Variations
Color information
#BCDEF9 (or 0xBCDEF9) is known color: Pale Cornflower Blue. HEX triplet: BC, DE and F9. RGB value is (188,222,249). Sum of RGB (Red+Green+Blue) = 188+222+249=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF9 is #432106. Grayscale: #D6D6D6. Windows color (decimal): -4399367 or 16375484. OLE color: 16375484.
HSL color Cylindrical-coordinate representation of color #BCDEF9: hue angle of 206.56º 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 #BCDEF9 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 222 | 249 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.02 |
| HSL | 206.56º | 0.84% | 0.86% | - |
| HSV(B) | 206.56º | 0.24% | 0.98% | - |
| XYZ | 63.96 | 69.77 | 99.72 | - |
| YUV | 214.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 249 | 0.24 | 0.11 | 0 | 0.02 | 206.56 | 0.84 | 0.86 |
| Hex | BC | DE | F9 | 18 | B | 0 | 2 | CF | 54 | 56 |
| Octal | 274 | 336 | 371 | 30 | 13 | 0 | 2 | 317 | 124 | 126 |
| Binary | 10111100 | 11011110 | 11111001 | 11000 | 1011 | 0 | 10 | 11001111 | 1010100 | 1010110 |
Color Harmonies of #BCDEF9
Complementary color
Monochromatic Colors of #BCDEF9
Black with #BCDEF9
Text Example
Text Example
White with #BCDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEF9; }
p { color: rgb(188,222,249); }
H1.HeaderClassName
{
color: #BCDEF9;
}
.AnyTagClassName
{
color: #BCDEF9;
}
</style>
background-color css
<style>
a { background-color: #BCDEF9; }
a { background-color: rgb(188,222,249); }
div.DivClassName
{
background-color: #BCDEF9;
}
.BgClassName
{
background-color: #BCDEF9;
}
</style>
border-color css
<style>
span { border-color: #BCDEF9; }
span { border-color: rgb(188,222,249); }
td.TdClassName
{
border-color: #BCDEF9;
}
.TagClassName
{
border-color: #BCDEF9;
}
</style>