Html Css Color HEX #BAE0FB Pale Cornflower Blue
📋 copy color: '#BAE0FB'red 186 ◦ green 224 ◦ blue 251
Shades of Pale Cornflower Blue #BAE0FB
Tints of Pale Cornflower Blue #BAE0FB
RGB
CMYK
RGB Variations
Color information
#BAE0FB (or 0xBAE0FB) is known color: Pale Cornflower Blue. HEX triplet: BA, E0 and FB. RGB value is (186,224,251). Sum of RGB (Red+Green+Blue) = 186+224+251=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0FB is #451F04. Grayscale: #D7D7D7. Windows color (decimal): -4529925 or 16507066. OLE color: 16507066.
HSL color Cylindrical-coordinate representation of color #BAE0FB: hue angle of 204.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE0FB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 224 | 251 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.02 |
| HSL | 204.92º | 0.89% | 0.86% | - |
| HSV(B) | 204.92º | 0.26% | 0.98% | - |
| XYZ | 64.32 | 70.72 | 101.53 | - |
| YUV | 215.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 251 | 0.26 | 0.11 | 0 | 0.02 | 204.92 | 0.89 | 0.86 |
| Hex | BA | E0 | FB | 1A | B | 0 | 2 | CD | 59 | 56 |
| Octal | 272 | 340 | 373 | 32 | 13 | 0 | 2 | 315 | 131 | 126 |
| Binary | 10111010 | 11100000 | 11111011 | 11010 | 1011 | 0 | 10 | 11001101 | 1011001 | 1010110 |
Color Harmonies of #BAE0FB
Complementary color
Monochromatic Colors of #BAE0FB
Black with #BAE0FB
Text Example
Text Example
White with #BAE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0FB; }
p { color: rgb(186,224,251); }
H1.HeaderClassName
{
color: #BAE0FB;
}
.AnyTagClassName
{
color: #BAE0FB;
}
</style>
background-color css
<style>
a { background-color: #BAE0FB; }
a { background-color: rgb(186,224,251); }
div.DivClassName
{
background-color: #BAE0FB;
}
.BgClassName
{
background-color: #BAE0FB;
}
</style>
border-color css
<style>
span { border-color: #BAE0FB; }
span { border-color: rgb(186,224,251); }
td.TdClassName
{
border-color: #BAE0FB;
}
.TagClassName
{
border-color: #BAE0FB;
}
</style>