Html Css Color HEX #BCD6EA Pale Cornflower Blue
📋 copy color: '#BCD6EA'red 188 ◦ green 214 ◦ blue 234
Shades of Pale Cornflower Blue #BCD6EA
Tints of Pale Cornflower Blue #BCD6EA
RGB
CMYK
RGB Variations
Color information
#BCD6EA (or 0xBCD6EA) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and EA. RGB value is (188,214,234). Sum of RGB (Red+Green+Blue) = 188+214+234=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EA is #432915. Grayscale: #D0D0D0. Windows color (decimal): -4401430 or 15390396. OLE color: 15390396.
HSL color Cylindrical-coordinate representation of color #BCD6EA: hue angle of 206.09º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD6EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 214 | 234 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.08 |
| HSL | 206.09º | 0.52% | 0.83% | - |
| HSV(B) | 206.09º | 0.2% | 0.92% | - |
| XYZ | 59.64 | 64.73 | 87.19 | - |
| YUV | 208.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 234 | 0.20 | 0.09 | 0 | 0.08 | 206.09 | 0.52 | 0.83 |
| Hex | BC | D6 | EA | 14 | 9 | 0 | 8 | CE | 34 | 53 |
| Octal | 274 | 326 | 352 | 24 | 11 | 0 | 10 | 316 | 64 | 123 |
| Binary | 10111100 | 11010110 | 11101010 | 10100 | 1001 | 0 | 1000 | 11001110 | 110100 | 1010011 |
Color Harmonies of #BCD6EA
Complementary color
Monochromatic Colors of #BCD6EA
Black with #BCD6EA
Text Example
Text Example
White with #BCD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6EA; }
p { color: rgb(188,214,234); }
H1.HeaderClassName
{
color: #BCD6EA;
}
.AnyTagClassName
{
color: #BCD6EA;
}
</style>
background-color css
<style>
a { background-color: #BCD6EA; }
a { background-color: rgb(188,214,234); }
div.DivClassName
{
background-color: #BCD6EA;
}
.BgClassName
{
background-color: #BCD6EA;
}
</style>
border-color css
<style>
span { border-color: #BCD6EA; }
span { border-color: rgb(188,214,234); }
td.TdClassName
{
border-color: #BCD6EA;
}
.TagClassName
{
border-color: #BCD6EA;
}
</style>