Html Css Color HEX #BADAF2 Pale Cornflower Blue
📋 copy color: '#BADAF2'red 186 ◦ green 218 ◦ blue 242
Shades of Pale Cornflower Blue #BADAF2
Tints of Pale Cornflower Blue #BADAF2
RGB
CMYK
RGB Variations
Color information
#BADAF2 (or 0xBADAF2) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and F2. RGB value is (186,218,242). Sum of RGB (Red+Green+Blue) = 186+218+242=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF2 is #45250D. Grayscale: #D3D3D3. Windows color (decimal): -4531470 or 15915706. OLE color: 15915706.
HSL color Cylindrical-coordinate representation of color #BADAF2: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADAF2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 218 | 242 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.05 |
| HSL | 205.71º | 0.68% | 0.84% | - |
| HSV(B) | 205.71º | 0.23% | 0.95% | - |
| XYZ | 61.35 | 66.99 | 93.7 | - |
| YUV | 211.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 242 | 0.23 | 0.10 | 0 | 0.05 | 205.71 | 0.68 | 0.84 |
| Hex | BA | DA | F2 | 17 | A | 0 | 5 | CE | 44 | 54 |
| Octal | 272 | 332 | 362 | 27 | 12 | 0 | 5 | 316 | 104 | 124 |
| Binary | 10111010 | 11011010 | 11110010 | 10111 | 1010 | 0 | 101 | 11001110 | 1000100 | 1010100 |
Color Harmonies of #BADAF2
Complementary color
Monochromatic Colors of #BADAF2
Black with #BADAF2
Text Example
Text Example
White with #BADAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAF2; }
p { color: rgb(186,218,242); }
H1.HeaderClassName
{
color: #BADAF2;
}
.AnyTagClassName
{
color: #BADAF2;
}
</style>
background-color css
<style>
a { background-color: #BADAF2; }
a { background-color: rgb(186,218,242); }
div.DivClassName
{
background-color: #BADAF2;
}
.BgClassName
{
background-color: #BADAF2;
}
</style>
border-color css
<style>
span { border-color: #BADAF2; }
span { border-color: rgb(186,218,242); }
td.TdClassName
{
border-color: #BADAF2;
}
.TagClassName
{
border-color: #BADAF2;
}
</style>