Html Css Color HEX #BDD8FF Pale Cornflower Blue
📋 copy color: '#BDD8FF'red 189 ◦ green 216 ◦ blue 255
Shades of Pale Cornflower Blue #BDD8FF
Tints of Pale Cornflower Blue #BDD8FF
RGB
CMYK
RGB Variations
Color information
#BDD8FF (or 0xBDD8FF) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and FF. RGB value is (189,216,255). Sum of RGB (Red+Green+Blue) = 189+216+255=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FF is #422700. Grayscale: #D4D4D4. Windows color (decimal): -4335361 or 16767165. OLE color: 16767165.
HSL color Cylindrical-coordinate representation of color #BDD8FF: hue angle of 215.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD8FF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 216 | 255 | - |
| CMYK | 0.26 | 0.15 | 0 | 0 |
| HSL | 215.45º | 1% | 0.87% | - |
| HSV(B) | 215.45º | 0.26% | 1% | - |
| XYZ | 63.59 | 67.15 | 104.22 | - |
| YUV | 212.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 255 | 0.26 | 0.15 | 0 | 0 | 215.45 | 1 | 0.87 |
| Hex | BD | D8 | FF | 1A | F | 0 | 0 | D7 | 64 | 57 |
| Octal | 275 | 330 | 377 | 32 | 17 | 0 | 0 | 327 | 144 | 127 |
| Binary | 10111101 | 11011000 | 11111111 | 11010 | 1111 | 0 | 0 | 11010111 | 1100100 | 1010111 |
Color Harmonies of #BDD8FF
Complementary color
Monochromatic Colors of #BDD8FF
Black with #BDD8FF
Text Example
Text Example
White with #BDD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8FF; }
p { color: rgb(189,216,255); }
H1.HeaderClassName
{
color: #BDD8FF;
}
.AnyTagClassName
{
color: #BDD8FF;
}
</style>
background-color css
<style>
a { background-color: #BDD8FF; }
a { background-color: rgb(189,216,255); }
div.DivClassName
{
background-color: #BDD8FF;
}
.BgClassName
{
background-color: #BDD8FF;
}
</style>
border-color css
<style>
span { border-color: #BDD8FF; }
span { border-color: rgb(189,216,255); }
td.TdClassName
{
border-color: #BDD8FF;
}
.TagClassName
{
border-color: #BDD8FF;
}
</style>