Html Css Color HEX #BADDFD Pale Cornflower Blue
📋 copy color: '#BADDFD'red 186 ◦ green 221 ◦ blue 253
Shades of Pale Cornflower Blue #BADDFD
Tints of Pale Cornflower Blue #BADDFD
RGB
CMYK
RGB Variations
Color information
#BADDFD (or 0xBADDFD) is known color: Pale Cornflower Blue. HEX triplet: BA, DD and FD. RGB value is (186,221,253). Sum of RGB (Red+Green+Blue) = 186+221+253=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDFD is #452202. Grayscale: #D6D6D6. Windows color (decimal): -4530691 or 16637370. OLE color: 16637370.
HSL color Cylindrical-coordinate representation of color #BADDFD: hue angle of 208.66º 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 #BADDFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 221 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 208.66º | 0.94% | 0.86% | - |
| HSV(B) | 208.66º | 0.26% | 0.99% | - |
| XYZ | 63.84 | 69.24 | 102.93 | - |
| YUV | 214.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 253 | 0.26 | 0.13 | 0 | 0.01 | 208.66 | 0.94 | 0.86 |
| Hex | BA | DD | FD | 1A | D | 0 | 1 | D1 | 5E | 56 |
| Octal | 272 | 335 | 375 | 32 | 15 | 0 | 1 | 321 | 136 | 126 |
| Binary | 10111010 | 11011101 | 11111101 | 11010 | 1101 | 0 | 1 | 11010001 | 1011110 | 1010110 |
Color Harmonies of #BADDFD
Complementary color
Monochromatic Colors of #BADDFD
Black with #BADDFD
Text Example
Text Example
White with #BADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDFD; }
p { color: rgb(186,221,253); }
H1.HeaderClassName
{
color: #BADDFD;
}
.AnyTagClassName
{
color: #BADDFD;
}
</style>
background-color css
<style>
a { background-color: #BADDFD; }
a { background-color: rgb(186,221,253); }
div.DivClassName
{
background-color: #BADDFD;
}
.BgClassName
{
background-color: #BADDFD;
}
</style>
border-color css
<style>
span { border-color: #BADDFD; }
span { border-color: rgb(186,221,253); }
td.TdClassName
{
border-color: #BADDFD;
}
.TagClassName
{
border-color: #BADDFD;
}
</style>