Html Css Color HEX #BAD7F1 Pale Cornflower Blue
📋 copy color: '#BAD7F1'red 186 ◦ green 215 ◦ blue 241
Shades of Pale Cornflower Blue #BAD7F1
Tints of Pale Cornflower Blue #BAD7F1
RGB
CMYK
RGB Variations
Color information
#BAD7F1 (or 0xBAD7F1) is known color: Pale Cornflower Blue. HEX triplet: BA, D7 and F1. RGB value is (186,215,241). Sum of RGB (Red+Green+Blue) = 186+215+241=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7F1 is #45280E. Grayscale: #D1D1D1. Windows color (decimal): -4532239 or 15849402. OLE color: 15849402.
HSL color Cylindrical-coordinate representation of color #BAD7F1: hue angle of 208.36º 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 #BAD7F1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 215 | 241 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.05 |
| HSL | 208.36º | 0.66% | 0.84% | - |
| HSV(B) | 208.36º | 0.23% | 0.95% | - |
| XYZ | 60.43 | 65.39 | 92.66 | - |
| YUV | 209.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 241 | 0.23 | 0.11 | 0 | 0.05 | 208.36 | 0.66 | 0.84 |
| Hex | BA | D7 | F1 | 17 | B | 0 | 5 | D0 | 42 | 54 |
| Octal | 272 | 327 | 361 | 27 | 13 | 0 | 5 | 320 | 102 | 124 |
| Binary | 10111010 | 11010111 | 11110001 | 10111 | 1011 | 0 | 101 | 11010000 | 1000010 | 1010100 |
Color Harmonies of #BAD7F1
Complementary color
Monochromatic Colors of #BAD7F1
Black with #BAD7F1
Text Example
Text Example
White with #BAD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7F1; }
p { color: rgb(186,215,241); }
H1.HeaderClassName
{
color: #BAD7F1;
}
.AnyTagClassName
{
color: #BAD7F1;
}
</style>
background-color css
<style>
a { background-color: #BAD7F1; }
a { background-color: rgb(186,215,241); }
div.DivClassName
{
background-color: #BAD7F1;
}
.BgClassName
{
background-color: #BAD7F1;
}
</style>
border-color css
<style>
span { border-color: #BAD7F1; }
span { border-color: rgb(186,215,241); }
td.TdClassName
{
border-color: #BAD7F1;
}
.TagClassName
{
border-color: #BAD7F1;
}
</style>