Html Css Color HEX #BCDEFF Pale Cornflower Blue
📋 copy color: '#BCDEFF'red 188 ◦ green 222 ◦ blue 255
Shades of Pale Cornflower Blue #BCDEFF
Tints of Pale Cornflower Blue #BCDEFF
RGB
CMYK
RGB Variations
Color information
#BCDEFF (or 0xBCDEFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DE and FF. RGB value is (188,222,255). Sum of RGB (Red+Green+Blue) = 188+222+255=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 222 (87.11% from 255 or 33.38% 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 #BCDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFF is #432100. Grayscale: #D7D7D7. Windows color (decimal): -4399361 or 16768700. OLE color: 16768700.
HSL color Cylindrical-coordinate representation of color #BCDEFF: hue angle of 209.55º 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 #BCDEFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 222 | 255 | - |
| CMYK | 0.26 | 0.13 | 0 | 0 |
| HSL | 209.55º | 1% | 0.87% | - |
| HSV(B) | 209.55º | 0.26% | 1% | - |
| XYZ | 64.91 | 70.15 | 104.73 | - |
| YUV | 215.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 255 | 0.26 | 0.13 | 0 | 0 | 209.55 | 1 | 0.87 |
| Hex | BC | DE | FF | 1A | D | 0 | 0 | D2 | 64 | 57 |
| Octal | 274 | 336 | 377 | 32 | 15 | 0 | 0 | 322 | 144 | 127 |
| Binary | 10111100 | 11011110 | 11111111 | 11010 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010111 |
Color Harmonies of #BCDEFF
Complementary color
Monochromatic Colors of #BCDEFF
Black with #BCDEFF
Text Example
Text Example
White with #BCDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEFF; }
p { color: rgb(188,222,255); }
H1.HeaderClassName
{
color: #BCDEFF;
}
.AnyTagClassName
{
color: #BCDEFF;
}
</style>
background-color css
<style>
a { background-color: #BCDEFF; }
a { background-color: rgb(188,222,255); }
div.DivClassName
{
background-color: #BCDEFF;
}
.BgClassName
{
background-color: #BCDEFF;
}
</style>
border-color css
<style>
span { border-color: #BCDEFF; }
span { border-color: rgb(188,222,255); }
td.TdClassName
{
border-color: #BCDEFF;
}
.TagClassName
{
border-color: #BCDEFF;
}
</style>