Html Css Color HEX #BDD8F0 Pale Cornflower Blue
📋 copy color: '#BDD8F0'red 189 ◦ green 216 ◦ blue 240
Shades of Pale Cornflower Blue #BDD8F0
Tints of Pale Cornflower Blue #BDD8F0
RGB
CMYK
RGB Variations
Color information
#BDD8F0 (or 0xBDD8F0) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and F0. RGB value is (189,216,240). Sum of RGB (Red+Green+Blue) = 189+216+240=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F0 is #42270F. Grayscale: #D2D2D2. Windows color (decimal): -4335376 or 15784125. OLE color: 15784125.
HSL color Cylindrical-coordinate representation of color #BDD8F0: hue angle of 208.24º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD8F0 is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 216 | 240 | - |
| CMYK | 0.21 | 0.1 | 0 | 0.06 |
| HSL | 208.24º | 0.63% | 0.84% | - |
| HSV(B) | 208.24º | 0.21% | 0.94% | - |
| XYZ | 61.27 | 66.22 | 91.99 | - |
| YUV | 210.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 240 | 0.21 | 0.1 | 0 | 0.06 | 208.24 | 0.63 | 0.84 |
| Hex | BD | D8 | F0 | 15 | A | 0 | 6 | D0 | 3F | 54 |
| Octal | 275 | 330 | 360 | 25 | 12 | 0 | 6 | 320 | 77 | 124 |
| Binary | 10111101 | 11011000 | 11110000 | 10101 | 1010 | 0 | 110 | 11010000 | 111111 | 1010100 |
Color Harmonies of #BDD8F0
Complementary color
Monochromatic Colors of #BDD8F0
Black with #BDD8F0
Text Example
Text Example
White with #BDD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8F0; }
p { color: rgb(189,216,240); }
H1.HeaderClassName
{
color: #BDD8F0;
}
.AnyTagClassName
{
color: #BDD8F0;
}
</style>
background-color css
<style>
a { background-color: #BDD8F0; }
a { background-color: rgb(189,216,240); }
div.DivClassName
{
background-color: #BDD8F0;
}
.BgClassName
{
background-color: #BDD8F0;
}
</style>
border-color css
<style>
span { border-color: #BDD8F0; }
span { border-color: rgb(189,216,240); }
td.TdClassName
{
border-color: #BDD8F0;
}
.TagClassName
{
border-color: #BDD8F0;
}
</style>