Html Css Color HEX #BCD5EE Pale Cornflower Blue
📋 copy color: '#BCD5EE'red 188 ◦ green 213 ◦ blue 238
Shades of Pale Cornflower Blue #BCD5EE
Tints of Pale Cornflower Blue #BCD5EE
RGB
CMYK
RGB Variations
Color information
#BCD5EE (or 0xBCD5EE) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and EE. RGB value is (188,213,238). Sum of RGB (Red+Green+Blue) = 188+213+238=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5EE is #432A11. Grayscale: #D0D0D0. Windows color (decimal): -4401682 or 15652284. OLE color: 15652284.
HSL color Cylindrical-coordinate representation of color #BCD5EE: hue angle of 210º 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 #BCD5EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 213 | 238 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 210º | 0.6% | 0.84% | - |
| HSV(B) | 210º | 0.21% | 0.93% | - |
| XYZ | 59.97 | 64.45 | 90.17 | - |
| YUV | 208.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 238 | 0.21 | 0.11 | 0 | 0.07 | 210 | 0.6 | 0.84 |
| Hex | BC | D5 | EE | 15 | B | 0 | 7 | D2 | 3C | 54 |
| Octal | 274 | 325 | 356 | 25 | 13 | 0 | 7 | 322 | 74 | 124 |
| Binary | 10111100 | 11010101 | 11101110 | 10101 | 1011 | 0 | 111 | 11010010 | 111100 | 1010100 |
Color Harmonies of #BCD5EE
Complementary color
Monochromatic Colors of #BCD5EE
Black with #BCD5EE
Text Example
Text Example
White with #BCD5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5EE; }
p { color: rgb(188,213,238); }
H1.HeaderClassName
{
color: #BCD5EE;
}
.AnyTagClassName
{
color: #BCD5EE;
}
</style>
background-color css
<style>
a { background-color: #BCD5EE; }
a { background-color: rgb(188,213,238); }
div.DivClassName
{
background-color: #BCD5EE;
}
.BgClassName
{
background-color: #BCD5EE;
}
</style>
border-color css
<style>
span { border-color: #BCD5EE; }
span { border-color: rgb(188,213,238); }
td.TdClassName
{
border-color: #BCD5EE;
}
.TagClassName
{
border-color: #BCD5EE;
}
</style>