Html Css Color HEX #BCDCFD Pale Cornflower Blue
📋 copy color: '#BCDCFD'red 188 ◦ green 220 ◦ blue 253
Shades of Pale Cornflower Blue #BCDCFD
Tints of Pale Cornflower Blue #BCDCFD
RGB
CMYK
RGB Variations
Color information
#BCDCFD (or 0xBCDCFD) is known color: Pale Cornflower Blue. HEX triplet: BC, DC and FD. RGB value is (188,220,253). Sum of RGB (Red+Green+Blue) = 188+220+253=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFD is #432302. Grayscale: #D6D6D6. Windows color (decimal): -4399875 or 16637116. OLE color: 16637116.
HSL color Cylindrical-coordinate representation of color #BCDCFD: hue angle of 210.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDCFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 220 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 210.46º | 0.94% | 0.86% | - |
| HSV(B) | 210.46º | 0.26% | 0.99% | - |
| XYZ | 64.06 | 68.97 | 102.86 | - |
| YUV | 214.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 253 | 0.26 | 0.13 | 0 | 0.01 | 210.46 | 0.94 | 0.86 |
| Hex | BC | DC | FD | 1A | D | 0 | 1 | D2 | 5E | 56 |
| Octal | 274 | 334 | 375 | 32 | 15 | 0 | 1 | 322 | 136 | 126 |
| Binary | 10111100 | 11011100 | 11111101 | 11010 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010110 |
Color Harmonies of #BCDCFD
Complementary color
Monochromatic Colors of #BCDCFD
Black with #BCDCFD
Text Example
Text Example
White with #BCDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCFD; }
p { color: rgb(188,220,253); }
H1.HeaderClassName
{
color: #BCDCFD;
}
.AnyTagClassName
{
color: #BCDCFD;
}
</style>
background-color css
<style>
a { background-color: #BCDCFD; }
a { background-color: rgb(188,220,253); }
div.DivClassName
{
background-color: #BCDCFD;
}
.BgClassName
{
background-color: #BCDCFD;
}
</style>
border-color css
<style>
span { border-color: #BCDCFD; }
span { border-color: rgb(188,220,253); }
td.TdClassName
{
border-color: #BCDCFD;
}
.TagClassName
{
border-color: #BCDCFD;
}
</style>