Html Css Color HEX #BDD6FE Pale Cornflower Blue
📋 copy color: '#BDD6FE'red 189 ◦ green 214 ◦ blue 254
Shades of Pale Cornflower Blue #BDD6FE
Tints of Pale Cornflower Blue #BDD6FE
RGB
CMYK
RGB Variations
Color information
#BDD6FE (or 0xBDD6FE) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and FE. RGB value is (189,214,254). Sum of RGB (Red+Green+Blue) = 189+214+254=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FE is #422901. Grayscale: #D2D2D2. Windows color (decimal): -4335874 or 16701117. OLE color: 16701117.
HSL color Cylindrical-coordinate representation of color #BDD6FE: hue angle of 216.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD6FE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 214 | 254 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.00 |
| HSL | 216.92º | 0.97% | 0.87% | - |
| HSV(B) | 216.92º | 0.26% | 1% | - |
| XYZ | 62.92 | 66.07 | 103.2 | - |
| YUV | 211.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 254 | 0.26 | 0.16 | 0 | 0.00 | 216.92 | 0.97 | 0.87 |
| Hex | BD | D6 | FE | 1A | 10 | 0 | 0 | D9 | 61 | 57 |
| Octal | 275 | 326 | 376 | 32 | 20 | 0 | 0 | 331 | 141 | 127 |
| Binary | 10111101 | 11010110 | 11111110 | 11010 | 10000 | 0 | 0 | 11011001 | 1100001 | 1010111 |
Color Harmonies of #BDD6FE
Complementary color
Monochromatic Colors of #BDD6FE
Black with #BDD6FE
Text Example
Text Example
White with #BDD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6FE; }
p { color: rgb(189,214,254); }
H1.HeaderClassName
{
color: #BDD6FE;
}
.AnyTagClassName
{
color: #BDD6FE;
}
</style>
background-color css
<style>
a { background-color: #BDD6FE; }
a { background-color: rgb(189,214,254); }
div.DivClassName
{
background-color: #BDD6FE;
}
.BgClassName
{
background-color: #BDD6FE;
}
</style>
border-color css
<style>
span { border-color: #BDD6FE; }
span { border-color: rgb(189,214,254); }
td.TdClassName
{
border-color: #BDD6FE;
}
.TagClassName
{
border-color: #BDD6FE;
}
</style>