Html Css Color HEX #BCDBFF Pale Cornflower Blue
📋 copy color: '#BCDBFF'red 188 ◦ green 219 ◦ blue 255
Shades of Pale Cornflower Blue #BCDBFF
Tints of Pale Cornflower Blue #BCDBFF
RGB
CMYK
RGB Variations
Color information
#BCDBFF (or 0xBCDBFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DB and FF. RGB value is (188,219,255). Sum of RGB (Red+Green+Blue) = 188+219+255=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFF is #432400. Grayscale: #D5D5D5. Windows color (decimal): -4400129 or 16767932. OLE color: 16767932.
HSL color Cylindrical-coordinate representation of color #BCDBFF: hue angle of 212.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDBFF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 219 | 255 | - |
| CMYK | 0.26 | 0.14 | 0 | 0 |
| HSL | 212.24º | 1% | 0.87% | - |
| HSV(B) | 212.24º | 0.26% | 1% | - |
| XYZ | 64.12 | 68.57 | 104.46 | - |
| YUV | 213.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 255 | 0.26 | 0.14 | 0 | 0 | 212.24 | 1 | 0.87 |
| Hex | BC | DB | FF | 1A | E | 0 | 0 | D4 | 64 | 57 |
| Octal | 274 | 333 | 377 | 32 | 16 | 0 | 0 | 324 | 144 | 127 |
| Binary | 10111100 | 11011011 | 11111111 | 11010 | 1110 | 0 | 0 | 11010100 | 1100100 | 1010111 |
Color Harmonies of #BCDBFF
Complementary color
Monochromatic Colors of #BCDBFF
Black with #BCDBFF
Text Example
Text Example
White with #BCDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBFF; }
p { color: rgb(188,219,255); }
H1.HeaderClassName
{
color: #BCDBFF;
}
.AnyTagClassName
{
color: #BCDBFF;
}
</style>
background-color css
<style>
a { background-color: #BCDBFF; }
a { background-color: rgb(188,219,255); }
div.DivClassName
{
background-color: #BCDBFF;
}
.BgClassName
{
background-color: #BCDBFF;
}
</style>
border-color css
<style>
span { border-color: #BCDBFF; }
span { border-color: rgb(188,219,255); }
td.TdClassName
{
border-color: #BCDBFF;
}
.TagClassName
{
border-color: #BCDBFF;
}
</style>