Html Css Color HEX #BAD3E5 Pale Cornflower Blue
📋 copy color: '#BAD3E5'red 186 ◦ green 211 ◦ blue 229
Shades of Pale Cornflower Blue #BAD3E5
Tints of Pale Cornflower Blue #BAD3E5
RGB
CMYK
RGB Variations
Color information
#BAD3E5 (or 0xBAD3E5) is known color: Pale Cornflower Blue. HEX triplet: BA, D3 and E5. RGB value is (186,211,229). Sum of RGB (Red+Green+Blue) = 186+211+229=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3E5 is #452C1A. Grayscale: #CDCDCD. Windows color (decimal): -4533275 or 15061946. OLE color: 15061946.
HSL color Cylindrical-coordinate representation of color #BAD3E5: hue angle of 205.12º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD3E5 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 211 | 229 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.10 |
| HSL | 205.12º | 0.45% | 0.81% | - |
| HSV(B) | 205.12º | 0.19% | 0.9% | - |
| XYZ | 57.69 | 62.68 | 83.19 | - |
| YUV | 205.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 229 | 0.19 | 0.08 | 0 | 0.10 | 205.12 | 0.45 | 0.81 |
| Hex | BA | D3 | E5 | 13 | 8 | 0 | A | CD | 2D | 51 |
| Octal | 272 | 323 | 345 | 23 | 10 | 0 | 12 | 315 | 55 | 121 |
| Binary | 10111010 | 11010011 | 11100101 | 10011 | 1000 | 0 | 1010 | 11001101 | 101101 | 1010001 |
Color Harmonies of #BAD3E5
Complementary color
Monochromatic Colors of #BAD3E5
Black with #BAD3E5
Text Example
Text Example
White with #BAD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3E5; }
p { color: rgb(186,211,229); }
H1.HeaderClassName
{
color: #BAD3E5;
}
.AnyTagClassName
{
color: #BAD3E5;
}
</style>
background-color css
<style>
a { background-color: #BAD3E5; }
a { background-color: rgb(186,211,229); }
div.DivClassName
{
background-color: #BAD3E5;
}
.BgClassName
{
background-color: #BAD3E5;
}
</style>
border-color css
<style>
span { border-color: #BAD3E5; }
span { border-color: rgb(186,211,229); }
td.TdClassName
{
border-color: #BAD3E5;
}
.TagClassName
{
border-color: #BAD3E5;
}
</style>