Html Css Color HEX #BCD8F4 Pale Cornflower Blue
📋 copy color: '#BCD8F4'red 188 ◦ green 216 ◦ blue 244
Shades of Pale Cornflower Blue #BCD8F4
Tints of Pale Cornflower Blue #BCD8F4
RGB
CMYK
RGB Variations
Color information
#BCD8F4 (or 0xBCD8F4) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F4. RGB value is (188,216,244). Sum of RGB (Red+Green+Blue) = 188+216+244=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCD8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F4 is #43270B. Grayscale: #D2D2D2. Windows color (decimal): -4400908 or 16046268. OLE color: 16046268.
HSL color Cylindrical-coordinate representation of color #BCD8F4: hue angle of 210º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD8F4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 216 | 244 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.04 |
| HSL | 210º | 0.72% | 0.85% | - |
| HSV(B) | 210º | 0.23% | 0.96% | - |
| XYZ | 61.62 | 66.33 | 95.14 | - |
| YUV | 210.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 244 | 0.23 | 0.11 | 0 | 0.04 | 210 | 0.72 | 0.85 |
| Hex | BC | D8 | F4 | 17 | B | 0 | 4 | D2 | 48 | 55 |
| Octal | 274 | 330 | 364 | 27 | 13 | 0 | 4 | 322 | 110 | 125 |
| Binary | 10111100 | 11011000 | 11110100 | 10111 | 1011 | 0 | 100 | 11010010 | 1001000 | 1010101 |
Color Harmonies of #BCD8F4
Complementary color
Monochromatic Colors of #BCD8F4
Black with #BCD8F4
Text Example
Text Example
White with #BCD8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8F4; }
p { color: rgb(188,216,244); }
H1.HeaderClassName
{
color: #BCD8F4;
}
.AnyTagClassName
{
color: #BCD8F4;
}
</style>
background-color css
<style>
a { background-color: #BCD8F4; }
a { background-color: rgb(188,216,244); }
div.DivClassName
{
background-color: #BCD8F4;
}
.BgClassName
{
background-color: #BCD8F4;
}
</style>
border-color css
<style>
span { border-color: #BCD8F4; }
span { border-color: rgb(188,216,244); }
td.TdClassName
{
border-color: #BCD8F4;
}
.TagClassName
{
border-color: #BCD8F4;
}
</style>