Html Css Color HEX #B1D7FA Pale Cornflower Blue
📋 copy color: '#B1D7FA'red 177 ◦ green 215 ◦ blue 250
Shades of Pale Cornflower Blue #B1D7FA
Tints of Pale Cornflower Blue #B1D7FA
RGB
CMYK
RGB Variations
Color information
#B1D7FA (or 0xB1D7FA) is known color: Pale Cornflower Blue. HEX triplet: B1, D7 and FA. RGB value is (177,215,250). Sum of RGB (Red+Green+Blue) = 177+215+250=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7FA is #4E2805. Grayscale: #CFCFCF. Windows color (decimal): -5122054 or 16439217. OLE color: 16439217.
HSL color Cylindrical-coordinate representation of color #B1D7FA: hue angle of 208.77º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1D7FA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 215 | 250 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.02 |
| HSL | 208.77º | 0.88% | 0.84% | - |
| HSV(B) | 208.77º | 0.29% | 0.98% | - |
| XYZ | 59.69 | 64.85 | 99.81 | - |
| YUV | 207.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 250 | 0.29 | 0.14 | 0 | 0.02 | 208.77 | 0.88 | 0.84 |
| Hex | B1 | D7 | FA | 1D | E | 0 | 2 | D1 | 58 | 54 |
| Octal | 261 | 327 | 372 | 35 | 16 | 0 | 2 | 321 | 130 | 124 |
| Binary | 10110001 | 11010111 | 11111010 | 11101 | 1110 | 0 | 10 | 11010001 | 1011000 | 1010100 |
Color Harmonies of #B1D7FA
Complementary color
Monochromatic Colors of #B1D7FA
Black with #B1D7FA
Text Example
Text Example
White with #B1D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D7FA; }
p { color: rgb(177,215,250); }
H1.HeaderClassName
{
color: #B1D7FA;
}
.AnyTagClassName
{
color: #B1D7FA;
}
</style>
background-color css
<style>
a { background-color: #B1D7FA; }
a { background-color: rgb(177,215,250); }
div.DivClassName
{
background-color: #B1D7FA;
}
.BgClassName
{
background-color: #B1D7FA;
}
</style>
border-color css
<style>
span { border-color: #B1D7FA; }
span { border-color: rgb(177,215,250); }
td.TdClassName
{
border-color: #B1D7FA;
}
.TagClassName
{
border-color: #B1D7FA;
}
</style>