Html Css Color HEX #BCD8F0 Pale Cornflower Blue
📋 copy color: '#BCD8F0'red 188 ◦ green 216 ◦ blue 240
Shades of Pale Cornflower Blue #BCD8F0
Tints of Pale Cornflower Blue #BCD8F0
RGB
CMYK
RGB Variations
Color information
#BCD8F0 (or 0xBCD8F0) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F0. RGB value is (188,216,240). Sum of RGB (Red+Green+Blue) = 188+216+240=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F0 is #43270F. Grayscale: #D2D2D2. Windows color (decimal): -4400912 or 15784124. OLE color: 15784124.
HSL color Cylindrical-coordinate representation of color #BCD8F0: hue angle of 207.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD8F0 is Cyan = 0.22, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 216 | 240 | - |
| CMYK | 0.22 | 0.1 | 0 | 0.06 |
| HSL | 207.69º | 0.63% | 0.84% | - |
| HSV(B) | 207.69º | 0.22% | 0.94% | - |
| XYZ | 61.02 | 66.09 | 91.98 | - |
| YUV | 210.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 240 | 0.22 | 0.1 | 0 | 0.06 | 207.69 | 0.63 | 0.84 |
| Hex | BC | D8 | F0 | 16 | A | 0 | 6 | D0 | 3F | 54 |
| Octal | 274 | 330 | 360 | 26 | 12 | 0 | 6 | 320 | 77 | 124 |
| Binary | 10111100 | 11011000 | 11110000 | 10110 | 1010 | 0 | 110 | 11010000 | 111111 | 1010100 |
Color Harmonies of #BCD8F0
Complementary color
Monochromatic Colors of #BCD8F0
Black with #BCD8F0
Text Example
Text Example
White with #BCD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8F0; }
p { color: rgb(188,216,240); }
H1.HeaderClassName
{
color: #BCD8F0;
}
.AnyTagClassName
{
color: #BCD8F0;
}
</style>
background-color css
<style>
a { background-color: #BCD8F0; }
a { background-color: rgb(188,216,240); }
div.DivClassName
{
background-color: #BCD8F0;
}
.BgClassName
{
background-color: #BCD8F0;
}
</style>
border-color css
<style>
span { border-color: #BCD8F0; }
span { border-color: rgb(188,216,240); }
td.TdClassName
{
border-color: #BCD8F0;
}
.TagClassName
{
border-color: #BCD8F0;
}
</style>