Html Css Color HEX #BDD5EA Pale Cornflower Blue
📋 copy color: '#BDD5EA'red 189 ◦ green 213 ◦ blue 234
Shades of Pale Cornflower Blue #BDD5EA
Tints of Pale Cornflower Blue #BDD5EA
RGB
CMYK
RGB Variations
Color information
#BDD5EA (or 0xBDD5EA) is known color: Pale Cornflower Blue. HEX triplet: BD, D5 and EA. RGB value is (189,213,234). Sum of RGB (Red+Green+Blue) = 189+213+234=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 213 (83.59% from 255 or 33.49% 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 #BDD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5EA is #422A15. Grayscale: #D0D0D0. Windows color (decimal): -4336150 or 15390141. OLE color: 15390141.
HSL color Cylindrical-coordinate representation of color #BDD5EA: hue angle of 208º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD5EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 213 | 234 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.08 |
| HSL | 208º | 0.52% | 0.83% | - |
| HSV(B) | 208º | 0.19% | 0.92% | - |
| XYZ | 59.63 | 64.35 | 87.12 | - |
| YUV | 208.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 234 | 0.19 | 0.09 | 0 | 0.08 | 208 | 0.52 | 0.83 |
| Hex | BD | D5 | EA | 13 | 9 | 0 | 8 | D0 | 34 | 53 |
| Octal | 275 | 325 | 352 | 23 | 11 | 0 | 10 | 320 | 64 | 123 |
| Binary | 10111101 | 11010101 | 11101010 | 10011 | 1001 | 0 | 1000 | 11010000 | 110100 | 1010011 |
Color Harmonies of #BDD5EA
Complementary color
Monochromatic Colors of #BDD5EA
Black with #BDD5EA
Text Example
Text Example
White with #BDD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5EA; }
p { color: rgb(189,213,234); }
H1.HeaderClassName
{
color: #BDD5EA;
}
.AnyTagClassName
{
color: #BDD5EA;
}
</style>
background-color css
<style>
a { background-color: #BDD5EA; }
a { background-color: rgb(189,213,234); }
div.DivClassName
{
background-color: #BDD5EA;
}
.BgClassName
{
background-color: #BDD5EA;
}
</style>
border-color css
<style>
span { border-color: #BDD5EA; }
span { border-color: rgb(189,213,234); }
td.TdClassName
{
border-color: #BDD5EA;
}
.TagClassName
{
border-color: #BDD5EA;
}
</style>