Html Css Color HEX #BCDCF5 Pale Cornflower Blue
📋 copy color: '#BCDCF5'red 188 ◦ green 220 ◦ blue 245
Shades of Pale Cornflower Blue #BCDCF5
Tints of Pale Cornflower Blue #BCDCF5
RGB
CMYK
RGB Variations
Color information
#BCDCF5 (or 0xBCDCF5) is known color: Pale Cornflower Blue. HEX triplet: BC, DC and F5. RGB value is (188,220,245). Sum of RGB (Red+Green+Blue) = 188+220+245=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCF5 is #43230A. Grayscale: #D5D5D5. Windows color (decimal): -4399883 or 16112828. OLE color: 16112828.
HSL color Cylindrical-coordinate representation of color #BCDCF5: hue angle of 206.32º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDCF5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 220 | 245 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.04 |
| HSL | 206.32º | 0.74% | 0.85% | - |
| HSV(B) | 206.32º | 0.23% | 0.96% | - |
| XYZ | 62.81 | 68.47 | 96.29 | - |
| YUV | 213.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 245 | 0.23 | 0.10 | 0 | 0.04 | 206.32 | 0.74 | 0.85 |
| Hex | BC | DC | F5 | 17 | A | 0 | 4 | CE | 4A | 55 |
| Octal | 274 | 334 | 365 | 27 | 12 | 0 | 4 | 316 | 112 | 125 |
| Binary | 10111100 | 11011100 | 11110101 | 10111 | 1010 | 0 | 100 | 11001110 | 1001010 | 1010101 |
Color Harmonies of #BCDCF5
Complementary color
Monochromatic Colors of #BCDCF5
Black with #BCDCF5
Text Example
Text Example
White with #BCDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCF5; }
p { color: rgb(188,220,245); }
H1.HeaderClassName
{
color: #BCDCF5;
}
.AnyTagClassName
{
color: #BCDCF5;
}
</style>
background-color css
<style>
a { background-color: #BCDCF5; }
a { background-color: rgb(188,220,245); }
div.DivClassName
{
background-color: #BCDCF5;
}
.BgClassName
{
background-color: #BCDCF5;
}
</style>
border-color css
<style>
span { border-color: #BCDCF5; }
span { border-color: rgb(188,220,245); }
td.TdClassName
{
border-color: #BCDCF5;
}
.TagClassName
{
border-color: #BCDCF5;
}
</style>