Html Css Color HEX #BAD6EA Pale Cornflower Blue
📋 copy color: '#BAD6EA'red 186 ◦ green 214 ◦ blue 234
Shades of Pale Cornflower Blue #BAD6EA
Tints of Pale Cornflower Blue #BAD6EA
RGB
CMYK
RGB Variations
Color information
#BAD6EA (or 0xBAD6EA) is known color: Pale Cornflower Blue. HEX triplet: BA, D6 and EA. RGB value is (186,214,234). Sum of RGB (Red+Green+Blue) = 186+214+234=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6EA is #452915. Grayscale: #CFCFCF. Windows color (decimal): -4532502 or 15390394. OLE color: 15390394.
HSL color Cylindrical-coordinate representation of color #BAD6EA: hue angle of 205º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD6EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 214 | 234 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.08 |
| HSL | 205º | 0.53% | 0.82% | - |
| HSV(B) | 205º | 0.21% | 0.92% | - |
| XYZ | 59.15 | 64.47 | 87.17 | - |
| YUV | 207.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 234 | 0.21 | 0.09 | 0 | 0.08 | 205 | 0.53 | 0.82 |
| Hex | BA | D6 | EA | 15 | 9 | 0 | 8 | CD | 35 | 52 |
| Octal | 272 | 326 | 352 | 25 | 11 | 0 | 10 | 315 | 65 | 122 |
| Binary | 10111010 | 11010110 | 11101010 | 10101 | 1001 | 0 | 1000 | 11001101 | 110101 | 1010010 |
Color Harmonies of #BAD6EA
Complementary color
Monochromatic Colors of #BAD6EA
Black with #BAD6EA
Text Example
Text Example
White with #BAD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6EA; }
p { color: rgb(186,214,234); }
H1.HeaderClassName
{
color: #BAD6EA;
}
.AnyTagClassName
{
color: #BAD6EA;
}
</style>
background-color css
<style>
a { background-color: #BAD6EA; }
a { background-color: rgb(186,214,234); }
div.DivClassName
{
background-color: #BAD6EA;
}
.BgClassName
{
background-color: #BAD6EA;
}
</style>
border-color css
<style>
span { border-color: #BAD6EA; }
span { border-color: rgb(186,214,234); }
td.TdClassName
{
border-color: #BAD6EA;
}
.TagClassName
{
border-color: #BAD6EA;
}
</style>