Html Css Color HEX #BCD8F2 Pale Cornflower Blue
📋 copy color: '#BCD8F2'red 188 ◦ green 216 ◦ blue 242
Shades of Pale Cornflower Blue #BCD8F2
Tints of Pale Cornflower Blue #BCD8F2
RGB
CMYK
RGB Variations
Color information
#BCD8F2 (or 0xBCD8F2) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F2. RGB value is (188,216,242). Sum of RGB (Red+Green+Blue) = 188+216+242=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F2 is #43270D. Grayscale: #D2D2D2. Windows color (decimal): -4400910 or 15915196. OLE color: 15915196.
HSL color Cylindrical-coordinate representation of color #BCD8F2: hue angle of 208.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD8F2 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 216 | 242 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.05 |
| HSL | 208.89º | 0.68% | 0.84% | - |
| HSV(B) | 208.89º | 0.22% | 0.95% | - |
| XYZ | 61.32 | 66.21 | 93.55 | - |
| YUV | 210.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 242 | 0.22 | 0.11 | 0 | 0.05 | 208.89 | 0.68 | 0.84 |
| Hex | BC | D8 | F2 | 16 | B | 0 | 5 | D1 | 44 | 54 |
| Octal | 274 | 330 | 362 | 26 | 13 | 0 | 5 | 321 | 104 | 124 |
| Binary | 10111100 | 11011000 | 11110010 | 10110 | 1011 | 0 | 101 | 11010001 | 1000100 | 1010100 |
Color Harmonies of #BCD8F2
Complementary color
Monochromatic Colors of #BCD8F2
Black with #BCD8F2
Text Example
Text Example
White with #BCD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8F2; }
p { color: rgb(188,216,242); }
H1.HeaderClassName
{
color: #BCD8F2;
}
.AnyTagClassName
{
color: #BCD8F2;
}
</style>
background-color css
<style>
a { background-color: #BCD8F2; }
a { background-color: rgb(188,216,242); }
div.DivClassName
{
background-color: #BCD8F2;
}
.BgClassName
{
background-color: #BCD8F2;
}
</style>
border-color css
<style>
span { border-color: #BCD8F2; }
span { border-color: rgb(188,216,242); }
td.TdClassName
{
border-color: #BCD8F2;
}
.TagClassName
{
border-color: #BCD8F2;
}
</style>