Html Css Color HEX #BDD6FD Pale Cornflower Blue
📋 copy color: '#BDD6FD'red 189 ◦ green 214 ◦ blue 253
Shades of Pale Cornflower Blue #BDD6FD
Tints of Pale Cornflower Blue #BDD6FD
RGB
CMYK
RGB Variations
Color information
#BDD6FD (or 0xBDD6FD) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and FD. RGB value is (189,214,253). Sum of RGB (Red+Green+Blue) = 189+214+253=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FD is #422902. Grayscale: #D2D2D2. Windows color (decimal): -4335875 or 16635581. OLE color: 16635581.
HSL color Cylindrical-coordinate representation of color #BDD6FD: hue angle of 216.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD6FD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 214 | 253 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.01 |
| HSL | 216.56º | 0.94% | 0.87% | - |
| HSV(B) | 216.56º | 0.25% | 0.99% | - |
| XYZ | 62.76 | 66 | 102.36 | - |
| YUV | 210.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 253 | 0.25 | 0.15 | 0 | 0.01 | 216.56 | 0.94 | 0.87 |
| Hex | BD | D6 | FD | 19 | F | 0 | 1 | D9 | 5E | 57 |
| Octal | 275 | 326 | 375 | 31 | 17 | 0 | 1 | 331 | 136 | 127 |
| Binary | 10111101 | 11010110 | 11111101 | 11001 | 1111 | 0 | 1 | 11011001 | 1011110 | 1010111 |
Color Harmonies of #BDD6FD
Complementary color
Monochromatic Colors of #BDD6FD
Black with #BDD6FD
Text Example
Text Example
White with #BDD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6FD; }
p { color: rgb(189,214,253); }
H1.HeaderClassName
{
color: #BDD6FD;
}
.AnyTagClassName
{
color: #BDD6FD;
}
</style>
background-color css
<style>
a { background-color: #BDD6FD; }
a { background-color: rgb(189,214,253); }
div.DivClassName
{
background-color: #BDD6FD;
}
.BgClassName
{
background-color: #BDD6FD;
}
</style>
border-color css
<style>
span { border-color: #BDD6FD; }
span { border-color: rgb(189,214,253); }
td.TdClassName
{
border-color: #BDD6FD;
}
.TagClassName
{
border-color: #BDD6FD;
}
</style>