Html Css Color HEX #BAE0FA Pale Cornflower Blue
📋 copy color: '#BAE0FA'red 186 ◦ green 224 ◦ blue 250
Shades of Pale Cornflower Blue #BAE0FA
Tints of Pale Cornflower Blue #BAE0FA
RGB
CMYK
RGB Variations
Color information
#BAE0FA (or 0xBAE0FA) is known color: Pale Cornflower Blue. HEX triplet: BA, E0 and FA. RGB value is (186,224,250). Sum of RGB (Red+Green+Blue) = 186+224+250=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0FA is #451F05. Grayscale: #D7D7D7. Windows color (decimal): -4529926 or 16441530. OLE color: 16441530.
HSL color Cylindrical-coordinate representation of color #BAE0FA: hue angle of 204.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE0FA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 224 | 250 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.02 |
| HSL | 204.38º | 0.86% | 0.85% | - |
| HSV(B) | 204.38º | 0.26% | 0.98% | - |
| XYZ | 64.16 | 70.65 | 100.7 | - |
| YUV | 215.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 250 | 0.26 | 0.10 | 0 | 0.02 | 204.38 | 0.86 | 0.85 |
| Hex | BA | E0 | FA | 1A | A | 0 | 2 | CC | 56 | 55 |
| Octal | 272 | 340 | 372 | 32 | 12 | 0 | 2 | 314 | 126 | 125 |
| Binary | 10111010 | 11100000 | 11111010 | 11010 | 1010 | 0 | 10 | 11001100 | 1010110 | 1010101 |
Color Harmonies of #BAE0FA
Complementary color
Monochromatic Colors of #BAE0FA
Black with #BAE0FA
Text Example
Text Example
White with #BAE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0FA; }
p { color: rgb(186,224,250); }
H1.HeaderClassName
{
color: #BAE0FA;
}
.AnyTagClassName
{
color: #BAE0FA;
}
</style>
background-color css
<style>
a { background-color: #BAE0FA; }
a { background-color: rgb(186,224,250); }
div.DivClassName
{
background-color: #BAE0FA;
}
.BgClassName
{
background-color: #BAE0FA;
}
</style>
border-color css
<style>
span { border-color: #BAE0FA; }
span { border-color: rgb(186,224,250); }
td.TdClassName
{
border-color: #BAE0FA;
}
.TagClassName
{
border-color: #BAE0FA;
}
</style>