Html Css Color HEX #BDD6FA Pale Cornflower Blue
📋 copy color: '#BDD6FA'red 189 ◦ green 214 ◦ blue 250
Shades of Pale Cornflower Blue #BDD6FA
Tints of Pale Cornflower Blue #BDD6FA
RGB
CMYK
RGB Variations
Color information
#BDD6FA (or 0xBDD6FA) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and FA. RGB value is (189,214,250). Sum of RGB (Red+Green+Blue) = 189+214+250=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FA is #422905. Grayscale: #D2D2D2. Windows color (decimal): -4335878 or 16438973. OLE color: 16438973.
HSL color Cylindrical-coordinate representation of color #BDD6FA: hue angle of 215.41º 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 #BDD6FA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 214 | 250 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.02 |
| HSL | 215.41º | 0.86% | 0.86% | - |
| HSV(B) | 215.41º | 0.24% | 0.98% | - |
| XYZ | 62.29 | 65.81 | 99.86 | - |
| YUV | 210.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 250 | 0.24 | 0.14 | 0 | 0.02 | 215.41 | 0.86 | 0.86 |
| Hex | BD | D6 | FA | 18 | E | 0 | 2 | D7 | 56 | 56 |
| Octal | 275 | 326 | 372 | 30 | 16 | 0 | 2 | 327 | 126 | 126 |
| Binary | 10111101 | 11010110 | 11111010 | 11000 | 1110 | 0 | 10 | 11010111 | 1010110 | 1010110 |
Color Harmonies of #BDD6FA
Complementary color
Monochromatic Colors of #BDD6FA
Black with #BDD6FA
Text Example
Text Example
White with #BDD6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6FA; }
p { color: rgb(189,214,250); }
H1.HeaderClassName
{
color: #BDD6FA;
}
.AnyTagClassName
{
color: #BDD6FA;
}
</style>
background-color css
<style>
a { background-color: #BDD6FA; }
a { background-color: rgb(189,214,250); }
div.DivClassName
{
background-color: #BDD6FA;
}
.BgClassName
{
background-color: #BDD6FA;
}
</style>
border-color css
<style>
span { border-color: #BDD6FA; }
span { border-color: rgb(189,214,250); }
td.TdClassName
{
border-color: #BDD6FA;
}
.TagClassName
{
border-color: #BDD6FA;
}
</style>