Html Css Color HEX #BADCFE Pale Cornflower Blue
📋 copy color: '#BADCFE'red 186 ◦ green 220 ◦ blue 254
Shades of Pale Cornflower Blue #BADCFE
Tints of Pale Cornflower Blue #BADCFE
RGB
CMYK
RGB Variations
Color information
#BADCFE (or 0xBADCFE) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and FE. RGB value is (186,220,254). Sum of RGB (Red+Green+Blue) = 186+220+254=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCFE is #452301. Grayscale: #D5D5D5. Windows color (decimal): -4530946 or 16702650. OLE color: 16702650.
HSL color Cylindrical-coordinate representation of color #BADCFE: hue angle of 210º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADCFE is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 220 | 254 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.00 |
| HSL | 210º | 0.97% | 0.86% | - |
| HSV(B) | 210º | 0.27% | 1% | - |
| XYZ | 63.73 | 68.78 | 103.68 | - |
| YUV | 213.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 254 | 0.27 | 0.13 | 0 | 0.00 | 210 | 0.97 | 0.86 |
| Hex | BA | DC | FE | 1B | D | 0 | 0 | D2 | 61 | 56 |
| Octal | 272 | 334 | 376 | 33 | 15 | 0 | 0 | 322 | 141 | 126 |
| Binary | 10111010 | 11011100 | 11111110 | 11011 | 1101 | 0 | 0 | 11010010 | 1100001 | 1010110 |
Color Harmonies of #BADCFE
Complementary color
Monochromatic Colors of #BADCFE
Black with #BADCFE
Text Example
Text Example
White with #BADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCFE; }
p { color: rgb(186,220,254); }
H1.HeaderClassName
{
color: #BADCFE;
}
.AnyTagClassName
{
color: #BADCFE;
}
</style>
background-color css
<style>
a { background-color: #BADCFE; }
a { background-color: rgb(186,220,254); }
div.DivClassName
{
background-color: #BADCFE;
}
.BgClassName
{
background-color: #BADCFE;
}
</style>
border-color css
<style>
span { border-color: #BADCFE; }
span { border-color: rgb(186,220,254); }
td.TdClassName
{
border-color: #BADCFE;
}
.TagClassName
{
border-color: #BADCFE;
}
</style>