Html Css Color HEX #BCD6F2 Pale Cornflower Blue
📋 copy color: '#BCD6F2'red 188 ◦ green 214 ◦ blue 242
Shades of Pale Cornflower Blue #BCD6F2
Tints of Pale Cornflower Blue #BCD6F2
RGB
CMYK
RGB Variations
Color information
#BCD6F2 (or 0xBCD6F2) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and F2. RGB value is (188,214,242). Sum of RGB (Red+Green+Blue) = 188+214+242=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6F2 is #43290D. Grayscale: #D1D1D1. Windows color (decimal): -4401422 or 15914684. OLE color: 15914684.
HSL color Cylindrical-coordinate representation of color #BCD6F2: hue angle of 211.11º 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 #BCD6F2 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 214 | 242 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.05 |
| HSL | 211.11º | 0.68% | 0.84% | - |
| HSV(B) | 211.11º | 0.22% | 0.95% | - |
| XYZ | 60.81 | 65.2 | 93.38 | - |
| YUV | 209.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 242 | 0.22 | 0.12 | 0 | 0.05 | 211.11 | 0.68 | 0.84 |
| Hex | BC | D6 | F2 | 16 | C | 0 | 5 | D3 | 44 | 54 |
| Octal | 274 | 326 | 362 | 26 | 14 | 0 | 5 | 323 | 104 | 124 |
| Binary | 10111100 | 11010110 | 11110010 | 10110 | 1100 | 0 | 101 | 11010011 | 1000100 | 1010100 |
Color Harmonies of #BCD6F2
Complementary color
Monochromatic Colors of #BCD6F2
Black with #BCD6F2
Text Example
Text Example
White with #BCD6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6F2; }
p { color: rgb(188,214,242); }
H1.HeaderClassName
{
color: #BCD6F2;
}
.AnyTagClassName
{
color: #BCD6F2;
}
</style>
background-color css
<style>
a { background-color: #BCD6F2; }
a { background-color: rgb(188,214,242); }
div.DivClassName
{
background-color: #BCD6F2;
}
.BgClassName
{
background-color: #BCD6F2;
}
</style>
border-color css
<style>
span { border-color: #BCD6F2; }
span { border-color: rgb(188,214,242); }
td.TdClassName
{
border-color: #BCD6F2;
}
.TagClassName
{
border-color: #BCD6F2;
}
</style>