Html Css Color HEX #BDD7FE Pale Cornflower Blue
📋 copy color: '#BDD7FE'red 189 ◦ green 215 ◦ blue 254
Shades of Pale Cornflower Blue #BDD7FE
Tints of Pale Cornflower Blue #BDD7FE
RGB
CMYK
RGB Variations
Color information
#BDD7FE (or 0xBDD7FE) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and FE. RGB value is (189,215,254). Sum of RGB (Red+Green+Blue) = 189+215+254=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FE is #422801. Grayscale: #D3D3D3. Windows color (decimal): -4335618 or 16701373. OLE color: 16701373.
HSL color Cylindrical-coordinate representation of color #BDD7FE: hue angle of 216º 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 #BDD7FE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 215 | 254 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.00 |
| HSL | 216º | 0.97% | 0.87% | - |
| HSV(B) | 216º | 0.26% | 1% | - |
| XYZ | 63.18 | 66.58 | 103.29 | - |
| YUV | 211.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 254 | 0.26 | 0.15 | 0 | 0.00 | 216 | 0.97 | 0.87 |
| Hex | BD | D7 | FE | 1A | F | 0 | 0 | D8 | 61 | 57 |
| Octal | 275 | 327 | 376 | 32 | 17 | 0 | 0 | 330 | 141 | 127 |
| Binary | 10111101 | 11010111 | 11111110 | 11010 | 1111 | 0 | 0 | 11011000 | 1100001 | 1010111 |
Color Harmonies of #BDD7FE
Complementary color
Monochromatic Colors of #BDD7FE
Black with #BDD7FE
Text Example
Text Example
White with #BDD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7FE; }
p { color: rgb(189,215,254); }
H1.HeaderClassName
{
color: #BDD7FE;
}
.AnyTagClassName
{
color: #BDD7FE;
}
</style>
background-color css
<style>
a { background-color: #BDD7FE; }
a { background-color: rgb(189,215,254); }
div.DivClassName
{
background-color: #BDD7FE;
}
.BgClassName
{
background-color: #BDD7FE;
}
</style>
border-color css
<style>
span { border-color: #BDD7FE; }
span { border-color: rgb(189,215,254); }
td.TdClassName
{
border-color: #BDD7FE;
}
.TagClassName
{
border-color: #BDD7FE;
}
</style>