Html Css Color HEX #BDD6F0 Pale Cornflower Blue
📋 copy color: '#BDD6F0'red 189 ◦ green 214 ◦ blue 240
Shades of Pale Cornflower Blue #BDD6F0
Tints of Pale Cornflower Blue #BDD6F0
RGB
CMYK
RGB Variations
Color information
#BDD6F0 (or 0xBDD6F0) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and F0. RGB value is (189,214,240). Sum of RGB (Red+Green+Blue) = 189+214+240=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6F0 is #42290F. Grayscale: #D1D1D1. Windows color (decimal): -4335888 or 15783613. OLE color: 15783613.
HSL color Cylindrical-coordinate representation of color #BDD6F0: hue angle of 210.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD6F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 214 | 240 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.06 |
| HSL | 210.59º | 0.63% | 0.84% | - |
| HSV(B) | 210.59º | 0.21% | 0.94% | - |
| XYZ | 60.76 | 65.2 | 91.82 | - |
| YUV | 209.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 240 | 0.21 | 0.11 | 0 | 0.06 | 210.59 | 0.63 | 0.84 |
| Hex | BD | D6 | F0 | 15 | B | 0 | 6 | D3 | 3F | 54 |
| Octal | 275 | 326 | 360 | 25 | 13 | 0 | 6 | 323 | 77 | 124 |
| Binary | 10111101 | 11010110 | 11110000 | 10101 | 1011 | 0 | 110 | 11010011 | 111111 | 1010100 |
Color Harmonies of #BDD6F0
Complementary color
Monochromatic Colors of #BDD6F0
Black with #BDD6F0
Text Example
Text Example
White with #BDD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6F0; }
p { color: rgb(189,214,240); }
H1.HeaderClassName
{
color: #BDD6F0;
}
.AnyTagClassName
{
color: #BDD6F0;
}
</style>
background-color css
<style>
a { background-color: #BDD6F0; }
a { background-color: rgb(189,214,240); }
div.DivClassName
{
background-color: #BDD6F0;
}
.BgClassName
{
background-color: #BDD6F0;
}
</style>
border-color css
<style>
span { border-color: #BDD6F0; }
span { border-color: rgb(189,214,240); }
td.TdClassName
{
border-color: #BDD6F0;
}
.TagClassName
{
border-color: #BDD6F0;
}
</style>