Html Css Color HEX #BCD5F3 Pale Cornflower Blue
📋 copy color: '#BCD5F3'red 188 ◦ green 213 ◦ blue 243
Shades of Pale Cornflower Blue #BCD5F3
Tints of Pale Cornflower Blue #BCD5F3
RGB
CMYK
RGB Variations
Color information
#BCD5F3 (or 0xBCD5F3) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and F3. RGB value is (188,213,243). Sum of RGB (Red+Green+Blue) = 188+213+243=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F3 is #432A0C. Grayscale: #D0D0D0. Windows color (decimal): -4401677 or 15979964. OLE color: 15979964.
HSL color Cylindrical-coordinate representation of color #BCD5F3: hue angle of 212.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD5F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 213 | 243 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.05 |
| HSL | 212.73º | 0.7% | 0.85% | - |
| HSV(B) | 212.73º | 0.23% | 0.95% | - |
| XYZ | 60.71 | 64.75 | 94.09 | - |
| YUV | 208.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 243 | 0.23 | 0.12 | 0 | 0.05 | 212.73 | 0.7 | 0.85 |
| Hex | BC | D5 | F3 | 17 | C | 0 | 5 | D5 | 46 | 55 |
| Octal | 274 | 325 | 363 | 27 | 14 | 0 | 5 | 325 | 106 | 125 |
| Binary | 10111100 | 11010101 | 11110011 | 10111 | 1100 | 0 | 101 | 11010101 | 1000110 | 1010101 |
Color Harmonies of #BCD5F3
Complementary color
Monochromatic Colors of #BCD5F3
Black with #BCD5F3
Text Example
Text Example
White with #BCD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5F3; }
p { color: rgb(188,213,243); }
H1.HeaderClassName
{
color: #BCD5F3;
}
.AnyTagClassName
{
color: #BCD5F3;
}
</style>
background-color css
<style>
a { background-color: #BCD5F3; }
a { background-color: rgb(188,213,243); }
div.DivClassName
{
background-color: #BCD5F3;
}
.BgClassName
{
background-color: #BCD5F3;
}
</style>
border-color css
<style>
span { border-color: #BCD5F3; }
span { border-color: rgb(188,213,243); }
td.TdClassName
{
border-color: #BCD5F3;
}
.TagClassName
{
border-color: #BCD5F3;
}
</style>