Html Css Color HEX #BCD6EE Pale Cornflower Blue
📋 copy color: '#BCD6EE'red 188 ◦ green 214 ◦ blue 238
Shades of Pale Cornflower Blue #BCD6EE
Tints of Pale Cornflower Blue #BCD6EE
RGB
CMYK
RGB Variations
Color information
#BCD6EE (or 0xBCD6EE) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and EE. RGB value is (188,214,238). Sum of RGB (Red+Green+Blue) = 188+214+238=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EE is #432911. Grayscale: #D0D0D0. Windows color (decimal): -4401426 or 15652540. OLE color: 15652540.
HSL color Cylindrical-coordinate representation of color #BCD6EE: hue angle of 208.8º 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 #BCD6EE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 214 | 238 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.07 |
| HSL | 208.8º | 0.6% | 0.84% | - |
| HSV(B) | 208.8º | 0.21% | 0.93% | - |
| XYZ | 60.22 | 64.96 | 90.25 | - |
| YUV | 208.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 238 | 0.21 | 0.10 | 0 | 0.07 | 208.8 | 0.6 | 0.84 |
| Hex | BC | D6 | EE | 15 | A | 0 | 7 | D1 | 3C | 54 |
| Octal | 274 | 326 | 356 | 25 | 12 | 0 | 7 | 321 | 74 | 124 |
| Binary | 10111100 | 11010110 | 11101110 | 10101 | 1010 | 0 | 111 | 11010001 | 111100 | 1010100 |
Color Harmonies of #BCD6EE
Complementary color
Monochromatic Colors of #BCD6EE
Black with #BCD6EE
Text Example
Text Example
White with #BCD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6EE; }
p { color: rgb(188,214,238); }
H1.HeaderClassName
{
color: #BCD6EE;
}
.AnyTagClassName
{
color: #BCD6EE;
}
</style>
background-color css
<style>
a { background-color: #BCD6EE; }
a { background-color: rgb(188,214,238); }
div.DivClassName
{
background-color: #BCD6EE;
}
.BgClassName
{
background-color: #BCD6EE;
}
</style>
border-color css
<style>
span { border-color: #BCD6EE; }
span { border-color: rgb(188,214,238); }
td.TdClassName
{
border-color: #BCD6EE;
}
.TagClassName
{
border-color: #BCD6EE;
}
</style>