Html Css Color HEX #BCD9EE Pale Cornflower Blue
📋 copy color: '#BCD9EE'red 188 ◦ green 217 ◦ blue 238
Shades of Pale Cornflower Blue #BCD9EE
Tints of Pale Cornflower Blue #BCD9EE
RGB
CMYK
RGB Variations
Color information
#BCD9EE (or 0xBCD9EE) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and EE. RGB value is (188,217,238). Sum of RGB (Red+Green+Blue) = 188+217+238=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9EE is #432611. Grayscale: #D2D2D2. Windows color (decimal): -4400658 or 15653308. OLE color: 15653308.
HSL color Cylindrical-coordinate representation of color #BCD9EE: hue angle of 205.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD9EE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 217 | 238 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.07 |
| HSL | 205.2º | 0.6% | 0.84% | - |
| HSV(B) | 205.2º | 0.21% | 0.93% | - |
| XYZ | 60.98 | 66.49 | 90.51 | - |
| YUV | 210.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 238 | 0.21 | 0.09 | 0 | 0.07 | 205.2 | 0.6 | 0.84 |
| Hex | BC | D9 | EE | 15 | 9 | 0 | 7 | CD | 3C | 54 |
| Octal | 274 | 331 | 356 | 25 | 11 | 0 | 7 | 315 | 74 | 124 |
| Binary | 10111100 | 11011001 | 11101110 | 10101 | 1001 | 0 | 111 | 11001101 | 111100 | 1010100 |
Color Harmonies of #BCD9EE
Complementary color
Monochromatic Colors of #BCD9EE
Black with #BCD9EE
Text Example
Text Example
White with #BCD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9EE; }
p { color: rgb(188,217,238); }
H1.HeaderClassName
{
color: #BCD9EE;
}
.AnyTagClassName
{
color: #BCD9EE;
}
</style>
background-color css
<style>
a { background-color: #BCD9EE; }
a { background-color: rgb(188,217,238); }
div.DivClassName
{
background-color: #BCD9EE;
}
.BgClassName
{
background-color: #BCD9EE;
}
</style>
border-color css
<style>
span { border-color: #BCD9EE; }
span { border-color: rgb(188,217,238); }
td.TdClassName
{
border-color: #BCD9EE;
}
.TagClassName
{
border-color: #BCD9EE;
}
</style>