Html Css Color HEX #BDD6FB Pale Cornflower Blue
📋 copy color: '#BDD6FB'red 189 ◦ green 214 ◦ blue 251
Shades of Pale Cornflower Blue #BDD6FB
Tints of Pale Cornflower Blue #BDD6FB
RGB
CMYK
RGB Variations
Color information
#BDD6FB (or 0xBDD6FB) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and FB. RGB value is (189,214,251). Sum of RGB (Red+Green+Blue) = 189+214+251=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FB is #422904. Grayscale: #D2D2D2. Windows color (decimal): -4335877 or 16504509. OLE color: 16504509.
HSL color Cylindrical-coordinate representation of color #BDD6FB: hue angle of 215.81º 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 #BDD6FB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 214 | 251 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.02 |
| HSL | 215.81º | 0.89% | 0.86% | - |
| HSV(B) | 215.81º | 0.25% | 0.98% | - |
| XYZ | 62.45 | 65.88 | 100.69 | - |
| YUV | 210.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 251 | 0.25 | 0.15 | 0 | 0.02 | 215.81 | 0.89 | 0.86 |
| Hex | BD | D6 | FB | 19 | F | 0 | 2 | D8 | 59 | 56 |
| Octal | 275 | 326 | 373 | 31 | 17 | 0 | 2 | 330 | 131 | 126 |
| Binary | 10111101 | 11010110 | 11111011 | 11001 | 1111 | 0 | 10 | 11011000 | 1011001 | 1010110 |
Color Harmonies of #BDD6FB
Complementary color
Monochromatic Colors of #BDD6FB
Black with #BDD6FB
Text Example
Text Example
White with #BDD6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6FB; }
p { color: rgb(189,214,251); }
H1.HeaderClassName
{
color: #BDD6FB;
}
.AnyTagClassName
{
color: #BDD6FB;
}
</style>
background-color css
<style>
a { background-color: #BDD6FB; }
a { background-color: rgb(189,214,251); }
div.DivClassName
{
background-color: #BDD6FB;
}
.BgClassName
{
background-color: #BDD6FB;
}
</style>
border-color css
<style>
span { border-color: #BDD6FB; }
span { border-color: rgb(189,214,251); }
td.TdClassName
{
border-color: #BDD6FB;
}
.TagClassName
{
border-color: #BDD6FB;
}
</style>