Html Css Color HEX #B1D6FE Pale Cornflower Blue
📋 copy color: '#B1D6FE'red 177 ◦ green 214 ◦ blue 254
Shades of Pale Cornflower Blue #B1D6FE
Tints of Pale Cornflower Blue #B1D6FE
RGB
CMYK
RGB Variations
Color information
#B1D6FE (or 0xB1D6FE) is known color: Pale Cornflower Blue. HEX triplet: B1, D6 and FE. RGB value is (177,214,254). Sum of RGB (Red+Green+Blue) = 177+214+254=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D6FE is #4E2901. Grayscale: #CFCFCF. Windows color (decimal): -5122306 or 16701105. OLE color: 16701105.
HSL color Cylindrical-coordinate representation of color #B1D6FE: hue angle of 211.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D6FE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 214 | 254 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.00 |
| HSL | 211.17º | 0.97% | 0.85% | - |
| HSV(B) | 211.17º | 0.3% | 1% | - |
| XYZ | 60.07 | 64.6 | 103.07 | - |
| YUV | 207.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 254 | 0.30 | 0.16 | 0 | 0.00 | 211.17 | 0.97 | 0.85 |
| Hex | B1 | D6 | FE | 1E | 10 | 0 | 0 | D3 | 61 | 55 |
| Octal | 261 | 326 | 376 | 36 | 20 | 0 | 0 | 323 | 141 | 125 |
| Binary | 10110001 | 11010110 | 11111110 | 11110 | 10000 | 0 | 0 | 11010011 | 1100001 | 1010101 |
Color Harmonies of #B1D6FE
Complementary color
Monochromatic Colors of #B1D6FE
Black with #B1D6FE
Text Example
Text Example
White with #B1D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D6FE; }
p { color: rgb(177,214,254); }
H1.HeaderClassName
{
color: #B1D6FE;
}
.AnyTagClassName
{
color: #B1D6FE;
}
</style>
background-color css
<style>
a { background-color: #B1D6FE; }
a { background-color: rgb(177,214,254); }
div.DivClassName
{
background-color: #B1D6FE;
}
.BgClassName
{
background-color: #B1D6FE;
}
</style>
border-color css
<style>
span { border-color: #B1D6FE; }
span { border-color: rgb(177,214,254); }
td.TdClassName
{
border-color: #B1D6FE;
}
.TagClassName
{
border-color: #B1D6FE;
}
</style>