Html Css Color HEX #BCDDF5 Pale Cornflower Blue
📋 copy color: '#BCDDF5'red 188 ◦ green 221 ◦ blue 245
Shades of Pale Cornflower Blue #BCDDF5
Tints of Pale Cornflower Blue #BCDDF5
RGB
CMYK
RGB Variations
Color information
#BCDDF5 (or 0xBCDDF5) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and F5. RGB value is (188,221,245). Sum of RGB (Red+Green+Blue) = 188+221+245=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF5 is #43220A. Grayscale: #D5D5D5. Windows color (decimal): -4399627 or 16113084. OLE color: 16113084.
HSL color Cylindrical-coordinate representation of color #BCDDF5: hue angle of 205.26º 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 #BCDDF5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 221 | 245 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.04 |
| HSL | 205.26º | 0.74% | 0.85% | - |
| HSV(B) | 205.26º | 0.23% | 0.96% | - |
| XYZ | 63.08 | 69 | 96.38 | - |
| YUV | 213.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 245 | 0.23 | 0.10 | 0 | 0.04 | 205.26 | 0.74 | 0.85 |
| Hex | BC | DD | F5 | 17 | A | 0 | 4 | CD | 4A | 55 |
| Octal | 274 | 335 | 365 | 27 | 12 | 0 | 4 | 315 | 112 | 125 |
| Binary | 10111100 | 11011101 | 11110101 | 10111 | 1010 | 0 | 100 | 11001101 | 1001010 | 1010101 |
Color Harmonies of #BCDDF5
Complementary color
Monochromatic Colors of #BCDDF5
Black with #BCDDF5
Text Example
Text Example
White with #BCDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDF5; }
p { color: rgb(188,221,245); }
H1.HeaderClassName
{
color: #BCDDF5;
}
.AnyTagClassName
{
color: #BCDDF5;
}
</style>
background-color css
<style>
a { background-color: #BCDDF5; }
a { background-color: rgb(188,221,245); }
div.DivClassName
{
background-color: #BCDDF5;
}
.BgClassName
{
background-color: #BCDDF5;
}
</style>
border-color css
<style>
span { border-color: #BCDDF5; }
span { border-color: rgb(188,221,245); }
td.TdClassName
{
border-color: #BCDDF5;
}
.TagClassName
{
border-color: #BCDDF5;
}
</style>