Html Css Color HEX #BCDBFE Pale Cornflower Blue
📋 copy color: '#BCDBFE'red 188 ◦ green 219 ◦ blue 254
Shades of Pale Cornflower Blue #BCDBFE
Tints of Pale Cornflower Blue #BCDBFE
RGB
CMYK
RGB Variations
Color information
#BCDBFE (or 0xBCDBFE) is known color: Pale Cornflower Blue. HEX triplet: BC, DB and FE. RGB value is (188,219,254). Sum of RGB (Red+Green+Blue) = 188+219+254=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFE is #432401. Grayscale: #D5D5D5. Windows color (decimal): -4400130 or 16702396. OLE color: 16702396.
HSL color Cylindrical-coordinate representation of color #BCDBFE: hue angle of 211.82º 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 #BCDBFE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 219 | 254 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.00 |
| HSL | 211.82º | 0.97% | 0.87% | - |
| HSV(B) | 211.82º | 0.26% | 1% | - |
| XYZ | 63.96 | 68.51 | 103.62 | - |
| YUV | 213.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 254 | 0.26 | 0.14 | 0 | 0.00 | 211.82 | 0.97 | 0.87 |
| Hex | BC | DB | FE | 1A | E | 0 | 0 | D4 | 61 | 57 |
| Octal | 274 | 333 | 376 | 32 | 16 | 0 | 0 | 324 | 141 | 127 |
| Binary | 10111100 | 11011011 | 11111110 | 11010 | 1110 | 0 | 0 | 11010100 | 1100001 | 1010111 |
Color Harmonies of #BCDBFE
Complementary color
Monochromatic Colors of #BCDBFE
Black with #BCDBFE
Text Example
Text Example
White with #BCDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBFE; }
p { color: rgb(188,219,254); }
H1.HeaderClassName
{
color: #BCDBFE;
}
.AnyTagClassName
{
color: #BCDBFE;
}
</style>
background-color css
<style>
a { background-color: #BCDBFE; }
a { background-color: rgb(188,219,254); }
div.DivClassName
{
background-color: #BCDBFE;
}
.BgClassName
{
background-color: #BCDBFE;
}
</style>
border-color css
<style>
span { border-color: #BCDBFE; }
span { border-color: rgb(188,219,254); }
td.TdClassName
{
border-color: #BCDBFE;
}
.TagClassName
{
border-color: #BCDBFE;
}
</style>