Html Css Color HEX #BAD9F3 Pale Cornflower Blue
📋 copy color: '#BAD9F3'red 186 ◦ green 217 ◦ blue 243
Shades of Pale Cornflower Blue #BAD9F3
Tints of Pale Cornflower Blue #BAD9F3
RGB
CMYK
RGB Variations
Color information
#BAD9F3 (or 0xBAD9F3) is known color: Pale Cornflower Blue. HEX triplet: BA, D9 and F3. RGB value is (186,217,243). Sum of RGB (Red+Green+Blue) = 186+217+243=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9F3 is #45260C. Grayscale: #D2D2D2. Windows color (decimal): -4531725 or 15980986. OLE color: 15980986.
HSL color Cylindrical-coordinate representation of color #BAD9F3: hue angle of 207.37º degrees, saturation: 0.7, 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 #BAD9F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 186 | 217 | 243 | - |
CMYK | 0.23 | 0.11 | 0 | 0.05 |
HSL | 207.37º | 0.7% | 0.84% | - |
HSV(B) | 207.37º | 0.23% | 0.95% | - |
XYZ | 61.24 | 66.54 | 94.41 | - |
YUV | 210.7 | 146.23 | 110.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 217 | 243 | 0.23 | 0.11 | 0 | 0.05 | 207.37 | 0.7 | 0.84 |
Hex | BA | D9 | F3 | 17 | B | 0 | 5 | CF | 46 | 54 |
Octal | 272 | 331 | 363 | 27 | 13 | 0 | 5 | 317 | 106 | 124 |
Binary | 10111010 | 11011001 | 11110011 | 10111 | 1011 | 0 | 101 | 11001111 | 1000110 | 1010100 |
Color Harmonies of #BAD9F3
Complementary color
Monochromatic Colors of #BAD9F3
Black with #BAD9F3
Text Example
Text Example
White with #BAD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9F3; }
p { color: rgb(186,217,243); }
H1.HeaderClassName
{
color: #BAD9F3;
}
.AnyTagClassName
{
color: #BAD9F3;
}
</style>
background-color css
<style>
a { background-color: #BAD9F3; }
a { background-color: rgb(186,217,243); }
div.DivClassName
{
background-color: #BAD9F3;
}
.BgClassName
{
background-color: #BAD9F3;
}
</style>
border-color css
<style>
span { border-color: #BAD9F3; }
span { border-color: rgb(186,217,243); }
td.TdClassName
{
border-color: #BAD9F3;
}
.TagClassName
{
border-color: #BAD9F3;
}
</style>