Html Css Color HEX #BADEFF Pale Cornflower Blue
📋 copy color: '#BADEFF'red 186 ◦ green 222 ◦ blue 255
Shades of Pale Cornflower Blue #BADEFF
Tints of Pale Cornflower Blue #BADEFF
RGB
CMYK
RGB Variations
Color information
#BADEFF (or 0xBADEFF) is known color: Pale Cornflower Blue. HEX triplet: BA, DE and FF. RGB value is (186,222,255). Sum of RGB (Red+Green+Blue) = 186+222+255=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BADEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEFF is #452100. Grayscale: #D6D6D6. Windows color (decimal): -4530433 or 16768698. OLE color: 16768698.
HSL color Cylindrical-coordinate representation of color #BADEFF: hue angle of 208.7º 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 #BADEFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 222 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 208.7º | 1% | 0.86% | - |
| HSV(B) | 208.7º | 0.27% | 1% | - |
| XYZ | 64.42 | 69.9 | 104.7 | - |
| YUV | 215 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 255 | 0.27 | 0.13 | 0 | 0 | 208.7 | 1 | 0.86 |
| Hex | BA | DE | FF | 1B | D | 0 | 0 | D1 | 64 | 56 |
| Octal | 272 | 336 | 377 | 33 | 15 | 0 | 0 | 321 | 144 | 126 |
| Binary | 10111010 | 11011110 | 11111111 | 11011 | 1101 | 0 | 0 | 11010001 | 1100100 | 1010110 |
Color Harmonies of #BADEFF
Complementary color
Monochromatic Colors of #BADEFF
Black with #BADEFF
Text Example
Text Example
White with #BADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEFF; }
p { color: rgb(186,222,255); }
H1.HeaderClassName
{
color: #BADEFF;
}
.AnyTagClassName
{
color: #BADEFF;
}
</style>
background-color css
<style>
a { background-color: #BADEFF; }
a { background-color: rgb(186,222,255); }
div.DivClassName
{
background-color: #BADEFF;
}
.BgClassName
{
background-color: #BADEFF;
}
</style>
border-color css
<style>
span { border-color: #BADEFF; }
span { border-color: rgb(186,222,255); }
td.TdClassName
{
border-color: #BADEFF;
}
.TagClassName
{
border-color: #BADEFF;
}
</style>