Html Css Color HEX #BAD5F1 Pale Cornflower Blue
📋 copy color: '#BAD5F1'red 186 ◦ green 213 ◦ blue 241
Shades of Pale Cornflower Blue #BAD5F1
Tints of Pale Cornflower Blue #BAD5F1
RGB
CMYK
RGB Variations
Color information
#BAD5F1 (or 0xBAD5F1) is known color: Pale Cornflower Blue. HEX triplet: BA, D5 and F1. RGB value is (186,213,241). Sum of RGB (Red+Green+Blue) = 186+213+241=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5F1 is #452A0E. Grayscale: #CFCFCF. Windows color (decimal): -4532751 or 15848890. OLE color: 15848890.
HSL color Cylindrical-coordinate representation of color #BAD5F1: hue angle of 210.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD5F1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 213 | 241 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.05 |
| HSL | 210.55º | 0.66% | 0.84% | - |
| HSV(B) | 210.55º | 0.23% | 0.95% | - |
| XYZ | 59.92 | 64.38 | 92.49 | - |
| YUV | 208.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 241 | 0.23 | 0.12 | 0 | 0.05 | 210.55 | 0.66 | 0.84 |
| Hex | BA | D5 | F1 | 17 | C | 0 | 5 | D3 | 42 | 54 |
| Octal | 272 | 325 | 361 | 27 | 14 | 0 | 5 | 323 | 102 | 124 |
| Binary | 10111010 | 11010101 | 11110001 | 10111 | 1100 | 0 | 101 | 11010011 | 1000010 | 1010100 |
Color Harmonies of #BAD5F1
Complementary color
Monochromatic Colors of #BAD5F1
Black with #BAD5F1
Text Example
Text Example
White with #BAD5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD5F1; }
p { color: rgb(186,213,241); }
H1.HeaderClassName
{
color: #BAD5F1;
}
.AnyTagClassName
{
color: #BAD5F1;
}
</style>
background-color css
<style>
a { background-color: #BAD5F1; }
a { background-color: rgb(186,213,241); }
div.DivClassName
{
background-color: #BAD5F1;
}
.BgClassName
{
background-color: #BAD5F1;
}
</style>
border-color css
<style>
span { border-color: #BAD5F1; }
span { border-color: rgb(186,213,241); }
td.TdClassName
{
border-color: #BAD5F1;
}
.TagClassName
{
border-color: #BAD5F1;
}
</style>