Html Css Color HEX #BADAFA Pale Cornflower Blue
📋 copy color: '#BADAFA'red 186 ◦ green 218 ◦ blue 250
Shades of Pale Cornflower Blue #BADAFA
Tints of Pale Cornflower Blue #BADAFA
RGB
CMYK
RGB Variations
Color information
#BADAFA (or 0xBADAFA) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and FA. RGB value is (186,218,250). Sum of RGB (Red+Green+Blue) = 186+218+250=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BADAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFA is #452505. Grayscale: #D3D3D3. Windows color (decimal): -4531462 or 16439994. OLE color: 16439994.
HSL color Cylindrical-coordinate representation of color #BADAFA: hue angle of 210º 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 #BADAFA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 218 | 250 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.02 |
| HSL | 210º | 0.86% | 0.85% | - |
| HSV(B) | 210º | 0.26% | 0.98% | - |
| XYZ | 62.58 | 67.48 | 100.17 | - |
| YUV | 212.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 250 | 0.26 | 0.13 | 0 | 0.02 | 210 | 0.86 | 0.85 |
| Hex | BA | DA | FA | 1A | D | 0 | 2 | D2 | 56 | 55 |
| Octal | 272 | 332 | 372 | 32 | 15 | 0 | 2 | 322 | 126 | 125 |
| Binary | 10111010 | 11011010 | 11111010 | 11010 | 1101 | 0 | 10 | 11010010 | 1010110 | 1010101 |
Color Harmonies of #BADAFA
Complementary color
Monochromatic Colors of #BADAFA
Black with #BADAFA
Text Example
Text Example
White with #BADAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAFA; }
p { color: rgb(186,218,250); }
H1.HeaderClassName
{
color: #BADAFA;
}
.AnyTagClassName
{
color: #BADAFA;
}
</style>
background-color css
<style>
a { background-color: #BADAFA; }
a { background-color: rgb(186,218,250); }
div.DivClassName
{
background-color: #BADAFA;
}
.BgClassName
{
background-color: #BADAFA;
}
</style>
border-color css
<style>
span { border-color: #BADAFA; }
span { border-color: rgb(186,218,250); }
td.TdClassName
{
border-color: #BADAFA;
}
.TagClassName
{
border-color: #BADAFA;
}
</style>