Html Css Color HEX #BCDFFD Pale Cornflower Blue
📋 copy color: '#BCDFFD'red 188 ◦ green 223 ◦ blue 253
Shades of Pale Cornflower Blue #BCDFFD
Tints of Pale Cornflower Blue #BCDFFD
RGB
CMYK
RGB Variations
Color information
#BCDFFD (or 0xBCDFFD) is known color: Pale Cornflower Blue. HEX triplet: BC, DF and FD. RGB value is (188,223,253). Sum of RGB (Red+Green+Blue) = 188+223+253=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFD is #432002. Grayscale: #D7D7D7. Windows color (decimal): -4399107 or 16637884. OLE color: 16637884.
HSL color Cylindrical-coordinate representation of color #BCDFFD: hue angle of 207.69º 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 #BCDFFD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 223 | 253 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.01 |
| HSL | 207.69º | 0.94% | 0.86% | - |
| HSV(B) | 207.69º | 0.26% | 0.99% | - |
| XYZ | 64.86 | 70.56 | 103.13 | - |
| YUV | 215.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 253 | 0.26 | 0.12 | 0 | 0.01 | 207.69 | 0.94 | 0.86 |
| Hex | BC | DF | FD | 1A | C | 0 | 1 | D0 | 5E | 56 |
| Octal | 274 | 337 | 375 | 32 | 14 | 0 | 1 | 320 | 136 | 126 |
| Binary | 10111100 | 11011111 | 11111101 | 11010 | 1100 | 0 | 1 | 11010000 | 1011110 | 1010110 |
Color Harmonies of #BCDFFD
Complementary color
Monochromatic Colors of #BCDFFD
Black with #BCDFFD
Text Example
Text Example
White with #BCDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFFD; }
p { color: rgb(188,223,253); }
H1.HeaderClassName
{
color: #BCDFFD;
}
.AnyTagClassName
{
color: #BCDFFD;
}
</style>
background-color css
<style>
a { background-color: #BCDFFD; }
a { background-color: rgb(188,223,253); }
div.DivClassName
{
background-color: #BCDFFD;
}
.BgClassName
{
background-color: #BCDFFD;
}
</style>
border-color css
<style>
span { border-color: #BCDFFD; }
span { border-color: rgb(188,223,253); }
td.TdClassName
{
border-color: #BCDFFD;
}
.TagClassName
{
border-color: #BCDFFD;
}
</style>