Html Css Color HEX #BCD6EB Pale Cornflower Blue
📋 copy color: '#BCD6EB'red 188 ◦ green 214 ◦ blue 235
Shades of Pale Cornflower Blue #BCD6EB
Tints of Pale Cornflower Blue #BCD6EB
RGB
CMYK
RGB Variations
Color information
#BCD6EB (or 0xBCD6EB) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and EB. RGB value is (188,214,235). Sum of RGB (Red+Green+Blue) = 188+214+235=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EB is #432914. Grayscale: #D0D0D0. Windows color (decimal): -4401429 or 15455932. OLE color: 15455932.
HSL color Cylindrical-coordinate representation of color #BCD6EB: hue angle of 206.81º degrees, saturation: 0.54, 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 #BCD6EB is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 214 | 235 | - |
| CMYK | 0.2 | 0.09 | 0 | 0.08 |
| HSL | 206.81º | 0.54% | 0.83% | - |
| HSV(B) | 206.81º | 0.2% | 0.92% | - |
| XYZ | 59.78 | 64.78 | 87.95 | - |
| YUV | 208.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 235 | 0.2 | 0.09 | 0 | 0.08 | 206.81 | 0.54 | 0.83 |
| Hex | BC | D6 | EB | 14 | 9 | 0 | 8 | CF | 36 | 53 |
| Octal | 274 | 326 | 353 | 24 | 11 | 0 | 10 | 317 | 66 | 123 |
| Binary | 10111100 | 11010110 | 11101011 | 10100 | 1001 | 0 | 1000 | 11001111 | 110110 | 1010011 |
Color Harmonies of #BCD6EB
Complementary color
Monochromatic Colors of #BCD6EB
Black with #BCD6EB
Text Example
Text Example
White with #BCD6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6EB; }
p { color: rgb(188,214,235); }
H1.HeaderClassName
{
color: #BCD6EB;
}
.AnyTagClassName
{
color: #BCD6EB;
}
</style>
background-color css
<style>
a { background-color: #BCD6EB; }
a { background-color: rgb(188,214,235); }
div.DivClassName
{
background-color: #BCD6EB;
}
.BgClassName
{
background-color: #BCD6EB;
}
</style>
border-color css
<style>
span { border-color: #BCD6EB; }
span { border-color: rgb(188,214,235); }
td.TdClassName
{
border-color: #BCD6EB;
}
.TagClassName
{
border-color: #BCD6EB;
}
</style>