Html Css Color HEX #BDDDFE Pale Cornflower Blue
📋 copy color: '#BDDDFE'red 189 ◦ green 221 ◦ blue 254
Shades of Pale Cornflower Blue #BDDDFE
Tints of Pale Cornflower Blue #BDDDFE
RGB
CMYK
RGB Variations
Color information
#BDDDFE (or 0xBDDDFE) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and FE. RGB value is (189,221,254). Sum of RGB (Red+Green+Blue) = 189+221+254=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFE is #422201. Grayscale: #D7D7D7. Windows color (decimal): -4334082 or 16702909. OLE color: 16702909.
HSL color Cylindrical-coordinate representation of color #BDDDFE: hue angle of 210.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDDFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 221 | 254 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.00 |
| HSL | 210.46º | 0.97% | 0.87% | - |
| HSV(B) | 210.46º | 0.26% | 1% | - |
| XYZ | 64.73 | 69.69 | 103.81 | - |
| YUV | 215.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 254 | 0.26 | 0.13 | 0 | 0.00 | 210.46 | 0.97 | 0.87 |
| Hex | BD | DD | FE | 1A | D | 0 | 0 | D2 | 61 | 57 |
| Octal | 275 | 335 | 376 | 32 | 15 | 0 | 0 | 322 | 141 | 127 |
| Binary | 10111101 | 11011101 | 11111110 | 11010 | 1101 | 0 | 0 | 11010010 | 1100001 | 1010111 |
Color Harmonies of #BDDDFE
Complementary color
Monochromatic Colors of #BDDDFE
Black with #BDDDFE
Text Example
Text Example
White with #BDDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDFE; }
p { color: rgb(189,221,254); }
H1.HeaderClassName
{
color: #BDDDFE;
}
.AnyTagClassName
{
color: #BDDDFE;
}
</style>
background-color css
<style>
a { background-color: #BDDDFE; }
a { background-color: rgb(189,221,254); }
div.DivClassName
{
background-color: #BDDDFE;
}
.BgClassName
{
background-color: #BDDDFE;
}
</style>
border-color css
<style>
span { border-color: #BDDDFE; }
span { border-color: rgb(189,221,254); }
td.TdClassName
{
border-color: #BDDDFE;
}
.TagClassName
{
border-color: #BDDDFE;
}
</style>