Html Css Color HEX #BAD6EF Pale Cornflower Blue
📋 copy color: '#BAD6EF'red 186 ◦ green 214 ◦ blue 239
Shades of Pale Cornflower Blue #BAD6EF
Tints of Pale Cornflower Blue #BAD6EF
RGB
CMYK
RGB Variations
Color information
#BAD6EF (or 0xBAD6EF) is known color: Pale Cornflower Blue. HEX triplet: BA, D6 and EF. RGB value is (186,214,239). Sum of RGB (Red+Green+Blue) = 186+214+239=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6EF is #452910. Grayscale: #D0D0D0. Windows color (decimal): -4532497 or 15718074. OLE color: 15718074.
HSL color Cylindrical-coordinate representation of color #BAD6EF: hue angle of 208.3º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD6EF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 214 | 239 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.06 |
| HSL | 208.3º | 0.62% | 0.83% | - |
| HSV(B) | 208.3º | 0.22% | 0.94% | - |
| XYZ | 59.88 | 64.76 | 91.01 | - |
| YUV | 208.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 239 | 0.22 | 0.10 | 0 | 0.06 | 208.3 | 0.62 | 0.83 |
| Hex | BA | D6 | EF | 16 | A | 0 | 6 | D0 | 3E | 53 |
| Octal | 272 | 326 | 357 | 26 | 12 | 0 | 6 | 320 | 76 | 123 |
| Binary | 10111010 | 11010110 | 11101111 | 10110 | 1010 | 0 | 110 | 11010000 | 111110 | 1010011 |
Color Harmonies of #BAD6EF
Complementary color
Monochromatic Colors of #BAD6EF
Black with #BAD6EF
Text Example
Text Example
White with #BAD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6EF; }
p { color: rgb(186,214,239); }
H1.HeaderClassName
{
color: #BAD6EF;
}
.AnyTagClassName
{
color: #BAD6EF;
}
</style>
background-color css
<style>
a { background-color: #BAD6EF; }
a { background-color: rgb(186,214,239); }
div.DivClassName
{
background-color: #BAD6EF;
}
.BgClassName
{
background-color: #BAD6EF;
}
</style>
border-color css
<style>
span { border-color: #BAD6EF; }
span { border-color: rgb(186,214,239); }
td.TdClassName
{
border-color: #BAD6EF;
}
.TagClassName
{
border-color: #BAD6EF;
}
</style>