Html Css Color HEX #BCDDFF Pale Cornflower Blue
📋 copy color: '#BCDDFF'red 188 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #BCDDFF
Tints of Pale Cornflower Blue #BCDDFF
RGB
CMYK
RGB Variations
Color information
#BCDDFF (or 0xBCDDFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and FF. RGB value is (188,221,255). Sum of RGB (Red+Green+Blue) = 188+221+255=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFF is #432200. Grayscale: #D6D6D6. Windows color (decimal): -4399617 or 16768444. OLE color: 16768444.
HSL color Cylindrical-coordinate representation of color #BCDDFF: hue angle of 210.45º 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 #BCDDFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 221 | 255 | - |
| CMYK | 0.26 | 0.13 | 0 | 0 |
| HSL | 210.45º | 1% | 0.87% | - |
| HSV(B) | 210.45º | 0.26% | 1% | - |
| XYZ | 64.65 | 69.62 | 104.64 | - |
| YUV | 215.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 255 | 0.26 | 0.13 | 0 | 0 | 210.45 | 1 | 0.87 |
| Hex | BC | DD | FF | 1A | D | 0 | 0 | D2 | 64 | 57 |
| Octal | 274 | 335 | 377 | 32 | 15 | 0 | 0 | 322 | 144 | 127 |
| Binary | 10111100 | 11011101 | 11111111 | 11010 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010111 |
Color Harmonies of #BCDDFF
Complementary color
Monochromatic Colors of #BCDDFF
Black with #BCDDFF
Text Example
Text Example
White with #BCDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDFF; }
p { color: rgb(188,221,255); }
H1.HeaderClassName
{
color: #BCDDFF;
}
.AnyTagClassName
{
color: #BCDDFF;
}
</style>
background-color css
<style>
a { background-color: #BCDDFF; }
a { background-color: rgb(188,221,255); }
div.DivClassName
{
background-color: #BCDDFF;
}
.BgClassName
{
background-color: #BCDDFF;
}
</style>
border-color css
<style>
span { border-color: #BCDDFF; }
span { border-color: rgb(188,221,255); }
td.TdClassName
{
border-color: #BCDDFF;
}
.TagClassName
{
border-color: #BCDDFF;
}
</style>