Html Css Color HEX #BDDAF7 Pale Cornflower Blue
📋 copy color: '#BDDAF7'red 189 ◦ green 218 ◦ blue 247
Shades of Pale Cornflower Blue #BDDAF7
Tints of Pale Cornflower Blue #BDDAF7
RGB
CMYK
RGB Variations
Color information
#BDDAF7 (or 0xBDDAF7) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and F7. RGB value is (189,218,247). Sum of RGB (Red+Green+Blue) = 189+218+247=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF7 is #422508. Grayscale: #D4D4D4. Windows color (decimal): -4334857 or 16243389. OLE color: 16243389.
HSL color Cylindrical-coordinate representation of color #BDDAF7: hue angle of 210º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDAF7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 218 | 247 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.03 |
| HSL | 210º | 0.78% | 0.85% | - |
| HSV(B) | 210º | 0.23% | 0.97% | - |
| XYZ | 62.85 | 67.68 | 97.75 | - |
| YUV | 212.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 247 | 0.23 | 0.12 | 0 | 0.03 | 210 | 0.78 | 0.85 |
| Hex | BD | DA | F7 | 17 | C | 0 | 3 | D2 | 4E | 55 |
| Octal | 275 | 332 | 367 | 27 | 14 | 0 | 3 | 322 | 116 | 125 |
| Binary | 10111101 | 11011010 | 11110111 | 10111 | 1100 | 0 | 11 | 11010010 | 1001110 | 1010101 |
Color Harmonies of #BDDAF7
Complementary color
Monochromatic Colors of #BDDAF7
Black with #BDDAF7
Text Example
Text Example
White with #BDDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAF7; }
p { color: rgb(189,218,247); }
H1.HeaderClassName
{
color: #BDDAF7;
}
.AnyTagClassName
{
color: #BDDAF7;
}
</style>
background-color css
<style>
a { background-color: #BDDAF7; }
a { background-color: rgb(189,218,247); }
div.DivClassName
{
background-color: #BDDAF7;
}
.BgClassName
{
background-color: #BDDAF7;
}
</style>
border-color css
<style>
span { border-color: #BDDAF7; }
span { border-color: rgb(189,218,247); }
td.TdClassName
{
border-color: #BDDAF7;
}
.TagClassName
{
border-color: #BDDAF7;
}
</style>