Html Css Color HEX #BCDDFE Pale Cornflower Blue
📋 copy color: '#BCDDFE'red 188 ◦ green 221 ◦ blue 254
Shades of Pale Cornflower Blue #BCDDFE
Tints of Pale Cornflower Blue #BCDDFE
RGB
CMYK
RGB Variations
Color information
#BCDDFE (or 0xBCDDFE) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and FE. RGB value is (188,221,254). Sum of RGB (Red+Green+Blue) = 188+221+254=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFE is #432201. Grayscale: #D6D6D6. Windows color (decimal): -4399618 or 16702908. OLE color: 16702908.
HSL color Cylindrical-coordinate representation of color #BCDDFE: hue angle of 210º 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 #BCDDFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 221 | 254 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.00 |
| HSL | 210º | 0.97% | 0.87% | - |
| HSV(B) | 210º | 0.26% | 1% | - |
| XYZ | 64.48 | 69.56 | 103.79 | - |
| YUV | 214.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 254 | 0.26 | 0.13 | 0 | 0.00 | 210 | 0.97 | 0.87 |
| Hex | BC | DD | FE | 1A | D | 0 | 0 | D2 | 61 | 57 |
| Octal | 274 | 335 | 376 | 32 | 15 | 0 | 0 | 322 | 141 | 127 |
| Binary | 10111100 | 11011101 | 11111110 | 11010 | 1101 | 0 | 0 | 11010010 | 1100001 | 1010111 |
Color Harmonies of #BCDDFE
Complementary color
Monochromatic Colors of #BCDDFE
Black with #BCDDFE
Text Example
Text Example
White with #BCDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDFE; }
p { color: rgb(188,221,254); }
H1.HeaderClassName
{
color: #BCDDFE;
}
.AnyTagClassName
{
color: #BCDDFE;
}
</style>
background-color css
<style>
a { background-color: #BCDDFE; }
a { background-color: rgb(188,221,254); }
div.DivClassName
{
background-color: #BCDDFE;
}
.BgClassName
{
background-color: #BCDDFE;
}
</style>
border-color css
<style>
span { border-color: #BCDDFE; }
span { border-color: rgb(188,221,254); }
td.TdClassName
{
border-color: #BCDDFE;
}
.TagClassName
{
border-color: #BCDDFE;
}
</style>