Html Css Color HEX #BCDDFD Pale Cornflower Blue
📋 copy color: '#BCDDFD'red 188 ◦ green 221 ◦ blue 253
Shades of Pale Cornflower Blue #BCDDFD
Tints of Pale Cornflower Blue #BCDDFD
RGB
CMYK
RGB Variations
Color information
#BCDDFD (or 0xBCDDFD) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and FD. RGB value is (188,221,253). Sum of RGB (Red+Green+Blue) = 188+221+253=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFD is #432202. Grayscale: #D6D6D6. Windows color (decimal): -4399619 or 16637372. OLE color: 16637372.
HSL color Cylindrical-coordinate representation of color #BCDDFD: hue angle of 209.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDDFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 221 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 209.54º | 0.94% | 0.86% | - |
| HSV(B) | 209.54º | 0.26% | 0.99% | - |
| XYZ | 64.33 | 69.5 | 102.95 | - |
| YUV | 214.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 253 | 0.26 | 0.13 | 0 | 0.01 | 209.54 | 0.94 | 0.86 |
| Hex | BC | DD | FD | 1A | D | 0 | 1 | D2 | 5E | 56 |
| Octal | 274 | 335 | 375 | 32 | 15 | 0 | 1 | 322 | 136 | 126 |
| Binary | 10111100 | 11011101 | 11111101 | 11010 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010110 |
Color Harmonies of #BCDDFD
Complementary color
Monochromatic Colors of #BCDDFD
Black with #BCDDFD
Text Example
Text Example
White with #BCDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDFD; }
p { color: rgb(188,221,253); }
H1.HeaderClassName
{
color: #BCDDFD;
}
.AnyTagClassName
{
color: #BCDDFD;
}
</style>
background-color css
<style>
a { background-color: #BCDDFD; }
a { background-color: rgb(188,221,253); }
div.DivClassName
{
background-color: #BCDDFD;
}
.BgClassName
{
background-color: #BCDDFD;
}
</style>
border-color css
<style>
span { border-color: #BCDDFD; }
span { border-color: rgb(188,221,253); }
td.TdClassName
{
border-color: #BCDDFD;
}
.TagClassName
{
border-color: #BCDDFD;
}
</style>