Html Css Color HEX #BDD7FB Pale Cornflower Blue
📋 copy color: '#BDD7FB'red 189 ◦ green 215 ◦ blue 251
Shades of Pale Cornflower Blue #BDD7FB
Tints of Pale Cornflower Blue #BDD7FB
RGB
CMYK
RGB Variations
Color information
#BDD7FB (or 0xBDD7FB) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and FB. RGB value is (189,215,251). Sum of RGB (Red+Green+Blue) = 189+215+251=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FB is #422804. Grayscale: #D3D3D3. Windows color (decimal): -4335621 or 16504765. OLE color: 16504765.
HSL color Cylindrical-coordinate representation of color #BDD7FB: hue angle of 214.84º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD7FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 215 | 251 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.02 |
| HSL | 214.84º | 0.89% | 0.86% | - |
| HSV(B) | 214.84º | 0.25% | 0.98% | - |
| XYZ | 62.7 | 66.38 | 100.78 | - |
| YUV | 211.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 251 | 0.25 | 0.14 | 0 | 0.02 | 214.84 | 0.89 | 0.86 |
| Hex | BD | D7 | FB | 19 | E | 0 | 2 | D7 | 59 | 56 |
| Octal | 275 | 327 | 373 | 31 | 16 | 0 | 2 | 327 | 131 | 126 |
| Binary | 10111101 | 11010111 | 11111011 | 11001 | 1110 | 0 | 10 | 11010111 | 1011001 | 1010110 |
Color Harmonies of #BDD7FB
Complementary color
Monochromatic Colors of #BDD7FB
Black with #BDD7FB
Text Example
Text Example
White with #BDD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7FB; }
p { color: rgb(189,215,251); }
H1.HeaderClassName
{
color: #BDD7FB;
}
.AnyTagClassName
{
color: #BDD7FB;
}
</style>
background-color css
<style>
a { background-color: #BDD7FB; }
a { background-color: rgb(189,215,251); }
div.DivClassName
{
background-color: #BDD7FB;
}
.BgClassName
{
background-color: #BDD7FB;
}
</style>
border-color css
<style>
span { border-color: #BDD7FB; }
span { border-color: rgb(189,215,251); }
td.TdClassName
{
border-color: #BDD7FB;
}
.TagClassName
{
border-color: #BDD7FB;
}
</style>