Html Css Color HEX #BDDAFD Pale Cornflower Blue
📋 copy color: '#BDDAFD'red 189 ◦ green 218 ◦ blue 253
Shades of Pale Cornflower Blue #BDDAFD
Tints of Pale Cornflower Blue #BDDAFD
RGB
CMYK
RGB Variations
Color information
#BDDAFD (or 0xBDDAFD) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and FD. RGB value is (189,218,253). Sum of RGB (Red+Green+Blue) = 189+218+253=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFD is #422502. Grayscale: #D5D5D5. Windows color (decimal): -4334851 or 16636605. OLE color: 16636605.
HSL color Cylindrical-coordinate representation of color #BDDAFD: hue angle of 212.81º 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 #BDDAFD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 218 | 253 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.01 |
| HSL | 212.81º | 0.94% | 0.87% | - |
| HSV(B) | 212.81º | 0.25% | 0.99% | - |
| XYZ | 63.79 | 68.05 | 102.7 | - |
| YUV | 213.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 253 | 0.25 | 0.14 | 0 | 0.01 | 212.81 | 0.94 | 0.87 |
| Hex | BD | DA | FD | 19 | E | 0 | 1 | D5 | 5E | 57 |
| Octal | 275 | 332 | 375 | 31 | 16 | 0 | 1 | 325 | 136 | 127 |
| Binary | 10111101 | 11011010 | 11111101 | 11001 | 1110 | 0 | 1 | 11010101 | 1011110 | 1010111 |
Color Harmonies of #BDDAFD
Complementary color
Monochromatic Colors of #BDDAFD
Black with #BDDAFD
Text Example
Text Example
White with #BDDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAFD; }
p { color: rgb(189,218,253); }
H1.HeaderClassName
{
color: #BDDAFD;
}
.AnyTagClassName
{
color: #BDDAFD;
}
</style>
background-color css
<style>
a { background-color: #BDDAFD; }
a { background-color: rgb(189,218,253); }
div.DivClassName
{
background-color: #BDDAFD;
}
.BgClassName
{
background-color: #BDDAFD;
}
</style>
border-color css
<style>
span { border-color: #BDDAFD; }
span { border-color: rgb(189,218,253); }
td.TdClassName
{
border-color: #BDDAFD;
}
.TagClassName
{
border-color: #BDDAFD;
}
</style>