Html Css Color HEX #BCDCFF Pale Cornflower Blue
📋 copy color: '#BCDCFF'red 188 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #BCDCFF
Tints of Pale Cornflower Blue #BCDCFF
RGB
CMYK
RGB Variations
Color information
#BCDCFF (or 0xBCDCFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DC and FF. RGB value is (188,220,255). Sum of RGB (Red+Green+Blue) = 188+220+255=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFF is #432300. Grayscale: #D6D6D6. Windows color (decimal): -4399873 or 16768188. OLE color: 16768188.
HSL color Cylindrical-coordinate representation of color #BCDCFF: hue angle of 211.34º 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 #BCDCFF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 220 | 255 | - |
| CMYK | 0.26 | 0.14 | 0 | 0 |
| HSL | 211.34º | 1% | 0.87% | - |
| HSV(B) | 211.34º | 0.26% | 1% | - |
| XYZ | 64.38 | 69.1 | 104.55 | - |
| YUV | 214.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 255 | 0.26 | 0.14 | 0 | 0 | 211.34 | 1 | 0.87 |
| Hex | BC | DC | FF | 1A | E | 0 | 0 | D3 | 64 | 57 |
| Octal | 274 | 334 | 377 | 32 | 16 | 0 | 0 | 323 | 144 | 127 |
| Binary | 10111100 | 11011100 | 11111111 | 11010 | 1110 | 0 | 0 | 11010011 | 1100100 | 1010111 |
Color Harmonies of #BCDCFF
Complementary color
Monochromatic Colors of #BCDCFF
Black with #BCDCFF
Text Example
Text Example
White with #BCDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCFF; }
p { color: rgb(188,220,255); }
H1.HeaderClassName
{
color: #BCDCFF;
}
.AnyTagClassName
{
color: #BCDCFF;
}
</style>
background-color css
<style>
a { background-color: #BCDCFF; }
a { background-color: rgb(188,220,255); }
div.DivClassName
{
background-color: #BCDCFF;
}
.BgClassName
{
background-color: #BCDCFF;
}
</style>
border-color css
<style>
span { border-color: #BCDCFF; }
span { border-color: rgb(188,220,255); }
td.TdClassName
{
border-color: #BCDCFF;
}
.TagClassName
{
border-color: #BCDCFF;
}
</style>