Html Css Color HEX #BCD4F5 Pale Cornflower Blue
📋 copy color: '#BCD4F5'red 188 ◦ green 212 ◦ blue 245
Shades of Pale Cornflower Blue #BCD4F5
Tints of Pale Cornflower Blue #BCD4F5
RGB
CMYK
RGB Variations
Color information
#BCD4F5 (or 0xBCD4F5) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and F5. RGB value is (188,212,245). Sum of RGB (Red+Green+Blue) = 188+212+245=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4F5 is #432B0A. Grayscale: #D0D0D0. Windows color (decimal): -4401931 or 16110780. OLE color: 16110780.
HSL color Cylindrical-coordinate representation of color #BCD4F5: hue angle of 214.74º 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 #BCD4F5 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 212 | 245 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.04 |
| HSL | 214.74º | 0.74% | 0.85% | - |
| HSV(B) | 214.74º | 0.23% | 0.96% | - |
| XYZ | 60.76 | 64.37 | 95.61 | - |
| YUV | 208.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 245 | 0.23 | 0.13 | 0 | 0.04 | 214.74 | 0.74 | 0.85 |
| Hex | BC | D4 | F5 | 17 | D | 0 | 4 | D7 | 4A | 55 |
| Octal | 274 | 324 | 365 | 27 | 15 | 0 | 4 | 327 | 112 | 125 |
| Binary | 10111100 | 11010100 | 11110101 | 10111 | 1101 | 0 | 100 | 11010111 | 1001010 | 1010101 |
Color Harmonies of #BCD4F5
Complementary color
Monochromatic Colors of #BCD4F5
Black with #BCD4F5
Text Example
Text Example
White with #BCD4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4F5; }
p { color: rgb(188,212,245); }
H1.HeaderClassName
{
color: #BCD4F5;
}
.AnyTagClassName
{
color: #BCD4F5;
}
</style>
background-color css
<style>
a { background-color: #BCD4F5; }
a { background-color: rgb(188,212,245); }
div.DivClassName
{
background-color: #BCD4F5;
}
.BgClassName
{
background-color: #BCD4F5;
}
</style>
border-color css
<style>
span { border-color: #BCD4F5; }
span { border-color: rgb(188,212,245); }
td.TdClassName
{
border-color: #BCD4F5;
}
.TagClassName
{
border-color: #BCD4F5;
}
</style>