Html Css Color HEX #BDDAF0 Pale Cornflower Blue
📋 copy color: '#BDDAF0'red 189 ◦ green 218 ◦ blue 240
Shades of Pale Cornflower Blue #BDDAF0
Tints of Pale Cornflower Blue #BDDAF0
RGB
CMYK
RGB Variations
Color information
#BDDAF0 (or 0xBDDAF0) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and F0. RGB value is (189,218,240). Sum of RGB (Red+Green+Blue) = 189+218+240=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF0 is #42250F. Grayscale: #D3D3D3. Windows color (decimal): -4334864 or 15784637. OLE color: 15784637.
HSL color Cylindrical-coordinate representation of color #BDDAF0: hue angle of 205.88º 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 #BDDAF0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 218 | 240 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.06 |
| HSL | 205.88º | 0.63% | 0.84% | - |
| HSV(B) | 205.88º | 0.21% | 0.94% | - |
| XYZ | 61.79 | 67.25 | 92.16 | - |
| YUV | 211.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 240 | 0.21 | 0.09 | 0 | 0.06 | 205.88 | 0.63 | 0.84 |
| Hex | BD | DA | F0 | 15 | 9 | 0 | 6 | CE | 3F | 54 |
| Octal | 275 | 332 | 360 | 25 | 11 | 0 | 6 | 316 | 77 | 124 |
| Binary | 10111101 | 11011010 | 11110000 | 10101 | 1001 | 0 | 110 | 11001110 | 111111 | 1010100 |
Color Harmonies of #BDDAF0
Complementary color
Monochromatic Colors of #BDDAF0
Black with #BDDAF0
Text Example
Text Example
White with #BDDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAF0; }
p { color: rgb(189,218,240); }
H1.HeaderClassName
{
color: #BDDAF0;
}
.AnyTagClassName
{
color: #BDDAF0;
}
</style>
background-color css
<style>
a { background-color: #BDDAF0; }
a { background-color: rgb(189,218,240); }
div.DivClassName
{
background-color: #BDDAF0;
}
.BgClassName
{
background-color: #BDDAF0;
}
</style>
border-color css
<style>
span { border-color: #BDDAF0; }
span { border-color: rgb(189,218,240); }
td.TdClassName
{
border-color: #BDDAF0;
}
.TagClassName
{
border-color: #BDDAF0;
}
</style>