Html Css Color HEX #BADCFD Pale Cornflower Blue
📋 copy color: '#BADCFD'red 186 ◦ green 220 ◦ blue 253
Shades of Pale Cornflower Blue #BADCFD
Tints of Pale Cornflower Blue #BADCFD
RGB
CMYK
RGB Variations
Color information
#BADCFD (or 0xBADCFD) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and FD. RGB value is (186,220,253). Sum of RGB (Red+Green+Blue) = 186+220+253=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCFD is #452302. Grayscale: #D5D5D5. Windows color (decimal): -4530947 or 16637114. OLE color: 16637114.
HSL color Cylindrical-coordinate representation of color #BADCFD: hue angle of 209.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADCFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 220 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 209.55º | 0.94% | 0.86% | - |
| HSV(B) | 209.55º | 0.26% | 0.99% | - |
| XYZ | 63.57 | 68.72 | 102.84 | - |
| YUV | 213.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 253 | 0.26 | 0.13 | 0 | 0.01 | 209.55 | 0.94 | 0.86 |
| Hex | BA | DC | FD | 1A | D | 0 | 1 | D2 | 5E | 56 |
| Octal | 272 | 334 | 375 | 32 | 15 | 0 | 1 | 322 | 136 | 126 |
| Binary | 10111010 | 11011100 | 11111101 | 11010 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010110 |
Color Harmonies of #BADCFD
Complementary color
Monochromatic Colors of #BADCFD
Black with #BADCFD
Text Example
Text Example
White with #BADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCFD; }
p { color: rgb(186,220,253); }
H1.HeaderClassName
{
color: #BADCFD;
}
.AnyTagClassName
{
color: #BADCFD;
}
</style>
background-color css
<style>
a { background-color: #BADCFD; }
a { background-color: rgb(186,220,253); }
div.DivClassName
{
background-color: #BADCFD;
}
.BgClassName
{
background-color: #BADCFD;
}
</style>
border-color css
<style>
span { border-color: #BADCFD; }
span { border-color: rgb(186,220,253); }
td.TdClassName
{
border-color: #BADCFD;
}
.TagClassName
{
border-color: #BADCFD;
}
</style>