Html Css Color HEX #BAD4F0 Pale Cornflower Blue
📋 copy color: '#BAD4F0'red 186 ◦ green 212 ◦ blue 240
Shades of Pale Cornflower Blue #BAD4F0
Tints of Pale Cornflower Blue #BAD4F0
RGB
CMYK
RGB Variations
Color information
#BAD4F0 (or 0xBAD4F0) is known color: Pale Cornflower Blue. HEX triplet: BA, D4 and F0. RGB value is (186,212,240). Sum of RGB (Red+Green+Blue) = 186+212+240=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4F0 is #452B0F. Grayscale: #CFCFCF. Windows color (decimal): -4533008 or 15783098. OLE color: 15783098.
HSL color Cylindrical-coordinate representation of color #BAD4F0: hue angle of 211.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD4F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 212 | 240 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.06 |
| HSL | 211.11º | 0.64% | 0.84% | - |
| HSV(B) | 211.11º | 0.23% | 0.94% | - |
| XYZ | 59.52 | 63.82 | 91.62 | - |
| YUV | 207.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 240 | 0.22 | 0.12 | 0 | 0.06 | 211.11 | 0.64 | 0.84 |
| Hex | BA | D4 | F0 | 16 | C | 0 | 6 | D3 | 40 | 54 |
| Octal | 272 | 324 | 360 | 26 | 14 | 0 | 6 | 323 | 100 | 124 |
| Binary | 10111010 | 11010100 | 11110000 | 10110 | 1100 | 0 | 110 | 11010011 | 1000000 | 1010100 |
Color Harmonies of #BAD4F0
Complementary color
Monochromatic Colors of #BAD4F0
Black with #BAD4F0
Text Example
Text Example
White with #BAD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4F0; }
p { color: rgb(186,212,240); }
H1.HeaderClassName
{
color: #BAD4F0;
}
.AnyTagClassName
{
color: #BAD4F0;
}
</style>
background-color css
<style>
a { background-color: #BAD4F0; }
a { background-color: rgb(186,212,240); }
div.DivClassName
{
background-color: #BAD4F0;
}
.BgClassName
{
background-color: #BAD4F0;
}
</style>
border-color css
<style>
span { border-color: #BAD4F0; }
span { border-color: rgb(186,212,240); }
td.TdClassName
{
border-color: #BAD4F0;
}
.TagClassName
{
border-color: #BAD4F0;
}
</style>