Html Css Color HEX #BADDFF Pale Cornflower Blue
📋 copy color: '#BADDFF'red 186 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #BADDFF
Tints of Pale Cornflower Blue #BADDFF
RGB
CMYK
RGB Variations
Color information
#BADDFF (or 0xBADDFF) is known color: Pale Cornflower Blue. HEX triplet: BA, DD and FF. RGB value is (186,221,255). Sum of RGB (Red+Green+Blue) = 186+221+255=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BADDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDFF is #452200. Grayscale: #D6D6D6. Windows color (decimal): -4530689 or 16768442. OLE color: 16768442.
HSL color Cylindrical-coordinate representation of color #BADDFF: hue angle of 209.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADDFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 221 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 209.57º | 1% | 0.86% | - |
| HSV(B) | 209.57º | 0.27% | 1% | - |
| XYZ | 64.16 | 69.37 | 104.62 | - |
| YUV | 214.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 255 | 0.27 | 0.13 | 0 | 0 | 209.57 | 1 | 0.86 |
| Hex | BA | DD | FF | 1B | D | 0 | 0 | D2 | 64 | 56 |
| Octal | 272 | 335 | 377 | 33 | 15 | 0 | 0 | 322 | 144 | 126 |
| Binary | 10111010 | 11011101 | 11111111 | 11011 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010110 |
Color Harmonies of #BADDFF
Complementary color
Monochromatic Colors of #BADDFF
Black with #BADDFF
Text Example
Text Example
White with #BADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDFF; }
p { color: rgb(186,221,255); }
H1.HeaderClassName
{
color: #BADDFF;
}
.AnyTagClassName
{
color: #BADDFF;
}
</style>
background-color css
<style>
a { background-color: #BADDFF; }
a { background-color: rgb(186,221,255); }
div.DivClassName
{
background-color: #BADDFF;
}
.BgClassName
{
background-color: #BADDFF;
}
</style>
border-color css
<style>
span { border-color: #BADDFF; }
span { border-color: rgb(186,221,255); }
td.TdClassName
{
border-color: #BADDFF;
}
.TagClassName
{
border-color: #BADDFF;
}
</style>