Html Css Color HEX #BCD7F2 Pale Cornflower Blue
📋 copy color: '#BCD7F2'red 188 ◦ green 215 ◦ blue 242
Shades of Pale Cornflower Blue #BCD7F2
Tints of Pale Cornflower Blue #BCD7F2
RGB
CMYK
RGB Variations
Color information
#BCD7F2 (or 0xBCD7F2) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and F2. RGB value is (188,215,242). Sum of RGB (Red+Green+Blue) = 188+215+242=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7F2 is #43280D. Grayscale: #D1D1D1. Windows color (decimal): -4401166 or 15914940. OLE color: 15914940.
HSL color Cylindrical-coordinate representation of color #BCD7F2: hue angle of 210º 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 #BCD7F2 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 215 | 242 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.05 |
| HSL | 210º | 0.68% | 0.84% | - |
| HSV(B) | 210º | 0.22% | 0.95% | - |
| XYZ | 61.07 | 65.7 | 93.47 | - |
| YUV | 210.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 242 | 0.22 | 0.11 | 0 | 0.05 | 210 | 0.68 | 0.84 |
| Hex | BC | D7 | F2 | 16 | B | 0 | 5 | D2 | 44 | 54 |
| Octal | 274 | 327 | 362 | 26 | 13 | 0 | 5 | 322 | 104 | 124 |
| Binary | 10111100 | 11010111 | 11110010 | 10110 | 1011 | 0 | 101 | 11010010 | 1000100 | 1010100 |
Color Harmonies of #BCD7F2
Complementary color
Monochromatic Colors of #BCD7F2
Black with #BCD7F2
Text Example
Text Example
White with #BCD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7F2; }
p { color: rgb(188,215,242); }
H1.HeaderClassName
{
color: #BCD7F2;
}
.AnyTagClassName
{
color: #BCD7F2;
}
</style>
background-color css
<style>
a { background-color: #BCD7F2; }
a { background-color: rgb(188,215,242); }
div.DivClassName
{
background-color: #BCD7F2;
}
.BgClassName
{
background-color: #BCD7F2;
}
</style>
border-color css
<style>
span { border-color: #BCD7F2; }
span { border-color: rgb(188,215,242); }
td.TdClassName
{
border-color: #BCD7F2;
}
.TagClassName
{
border-color: #BCD7F2;
}
</style>