Html Css Color HEX #BDDDFF Pale Cornflower Blue
📋 copy color: '#BDDDFF'red 189 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #BDDDFF
Tints of Pale Cornflower Blue #BDDDFF
RGB
CMYK
RGB Variations
Color information
#BDDDFF (or 0xBDDDFF) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and FF. RGB value is (189,221,255). Sum of RGB (Red+Green+Blue) = 189+221+255=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFF is #422200. Grayscale: #D7D7D7. Windows color (decimal): -4334081 or 16768445. OLE color: 16768445.
HSL color Cylindrical-coordinate representation of color #BDDDFF: hue angle of 210.91º 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 #BDDDFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 221 | 255 | - |
| CMYK | 0.26 | 0.13 | 0 | 0 |
| HSL | 210.91º | 1% | 0.87% | - |
| HSV(B) | 210.91º | 0.26% | 1% | - |
| XYZ | 64.89 | 69.75 | 104.65 | - |
| YUV | 215.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 255 | 0.26 | 0.13 | 0 | 0 | 210.91 | 1 | 0.87 |
| Hex | BD | DD | FF | 1A | D | 0 | 0 | D3 | 64 | 57 |
| Octal | 275 | 335 | 377 | 32 | 15 | 0 | 0 | 323 | 144 | 127 |
| Binary | 10111101 | 11011101 | 11111111 | 11010 | 1101 | 0 | 0 | 11010011 | 1100100 | 1010111 |
Color Harmonies of #BDDDFF
Complementary color
Monochromatic Colors of #BDDDFF
Black with #BDDDFF
Text Example
Text Example
White with #BDDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDFF; }
p { color: rgb(189,221,255); }
H1.HeaderClassName
{
color: #BDDDFF;
}
.AnyTagClassName
{
color: #BDDDFF;
}
</style>
background-color css
<style>
a { background-color: #BDDDFF; }
a { background-color: rgb(189,221,255); }
div.DivClassName
{
background-color: #BDDDFF;
}
.BgClassName
{
background-color: #BDDDFF;
}
</style>
border-color css
<style>
span { border-color: #BDDDFF; }
span { border-color: rgb(189,221,255); }
td.TdClassName
{
border-color: #BDDDFF;
}
.TagClassName
{
border-color: #BDDDFF;
}
</style>