Html Css Color HEX #BDD7FA Pale Cornflower Blue
📋 copy color: '#BDD7FA'red 189 ◦ green 215 ◦ blue 250
Shades of Pale Cornflower Blue #BDD7FA
Tints of Pale Cornflower Blue #BDD7FA
RGB
CMYK
RGB Variations
Color information
#BDD7FA (or 0xBDD7FA) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and FA. RGB value is (189,215,250). Sum of RGB (Red+Green+Blue) = 189+215+250=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FA is #422805. Grayscale: #D3D3D3. Windows color (decimal): -4335622 or 16439229. OLE color: 16439229.
HSL color Cylindrical-coordinate representation of color #BDD7FA: hue angle of 214.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD7FA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 215 | 250 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.02 |
| HSL | 214.43º | 0.86% | 0.86% | - |
| HSV(B) | 214.43º | 0.24% | 0.98% | - |
| XYZ | 62.54 | 66.32 | 99.95 | - |
| YUV | 211.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 250 | 0.24 | 0.14 | 0 | 0.02 | 214.43 | 0.86 | 0.86 |
| Hex | BD | D7 | FA | 18 | E | 0 | 2 | D6 | 56 | 56 |
| Octal | 275 | 327 | 372 | 30 | 16 | 0 | 2 | 326 | 126 | 126 |
| Binary | 10111101 | 11010111 | 11111010 | 11000 | 1110 | 0 | 10 | 11010110 | 1010110 | 1010110 |
Color Harmonies of #BDD7FA
Complementary color
Monochromatic Colors of #BDD7FA
Black with #BDD7FA
Text Example
Text Example
White with #BDD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7FA; }
p { color: rgb(189,215,250); }
H1.HeaderClassName
{
color: #BDD7FA;
}
.AnyTagClassName
{
color: #BDD7FA;
}
</style>
background-color css
<style>
a { background-color: #BDD7FA; }
a { background-color: rgb(189,215,250); }
div.DivClassName
{
background-color: #BDD7FA;
}
.BgClassName
{
background-color: #BDD7FA;
}
</style>
border-color css
<style>
span { border-color: #BDD7FA; }
span { border-color: rgb(189,215,250); }
td.TdClassName
{
border-color: #BDD7FA;
}
.TagClassName
{
border-color: #BDD7FA;
}
</style>