Html Css Color HEX #BDD8EC Pale Cornflower Blue
📋 copy color: '#BDD8EC'red 189 ◦ green 216 ◦ blue 236
Shades of Pale Cornflower Blue #BDD8EC
Tints of Pale Cornflower Blue #BDD8EC
RGB
CMYK
RGB Variations
Color information
#BDD8EC (or 0xBDD8EC) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and EC. RGB value is (189,216,236). Sum of RGB (Red+Green+Blue) = 189+216+236=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EC is #422713. Grayscale: #D2D2D2. Windows color (decimal): -4335380 or 15521981. OLE color: 15521981.
HSL color Cylindrical-coordinate representation of color #BDD8EC: hue angle of 205.53º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD8EC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 216 | 236 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.07 |
| HSL | 205.53º | 0.55% | 0.83% | - |
| HSV(B) | 205.53º | 0.2% | 0.93% | - |
| XYZ | 60.68 | 65.99 | 88.9 | - |
| YUV | 210.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 236 | 0.20 | 0.08 | 0 | 0.07 | 205.53 | 0.55 | 0.83 |
| Hex | BD | D8 | EC | 14 | 8 | 0 | 7 | CE | 37 | 53 |
| Octal | 275 | 330 | 354 | 24 | 10 | 0 | 7 | 316 | 67 | 123 |
| Binary | 10111101 | 11011000 | 11101100 | 10100 | 1000 | 0 | 111 | 11001110 | 110111 | 1010011 |
Color Harmonies of #BDD8EC
Complementary color
Monochromatic Colors of #BDD8EC
Black with #BDD8EC
Text Example
Text Example
White with #BDD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8EC; }
p { color: rgb(189,216,236); }
H1.HeaderClassName
{
color: #BDD8EC;
}
.AnyTagClassName
{
color: #BDD8EC;
}
</style>
background-color css
<style>
a { background-color: #BDD8EC; }
a { background-color: rgb(189,216,236); }
div.DivClassName
{
background-color: #BDD8EC;
}
.BgClassName
{
background-color: #BDD8EC;
}
</style>
border-color css
<style>
span { border-color: #BDD8EC; }
span { border-color: rgb(189,216,236); }
td.TdClassName
{
border-color: #BDD8EC;
}
.TagClassName
{
border-color: #BDD8EC;
}
</style>