Html Css Color HEX #B1D1FA Pale Cornflower Blue
📋 copy color: '#B1D1FA'red 177 ◦ green 209 ◦ blue 250
Shades of Pale Cornflower Blue #B1D1FA
Tints of Pale Cornflower Blue #B1D1FA
RGB
CMYK
RGB Variations
Color information
#B1D1FA (or 0xB1D1FA) is known color: Pale Cornflower Blue. HEX triplet: B1, D1 and FA. RGB value is (177,209,250). Sum of RGB (Red+Green+Blue) = 177+209+250=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D1FA is #4E2E05. Grayscale: #CBCBCB. Windows color (decimal): -5123590 or 16437681. OLE color: 16437681.
HSL color Cylindrical-coordinate representation of color #B1D1FA: hue angle of 213.7º 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 #B1D1FA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 209 | 250 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.02 |
| HSL | 213.7º | 0.88% | 0.84% | - |
| HSV(B) | 213.7º | 0.29% | 0.98% | - |
| XYZ | 58.19 | 61.85 | 99.31 | - |
| YUV | 204.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 250 | 0.29 | 0.16 | 0 | 0.02 | 213.7 | 0.88 | 0.84 |
| Hex | B1 | D1 | FA | 1D | 10 | 0 | 2 | D6 | 58 | 54 |
| Octal | 261 | 321 | 372 | 35 | 20 | 0 | 2 | 326 | 130 | 124 |
| Binary | 10110001 | 11010001 | 11111010 | 11101 | 10000 | 0 | 10 | 11010110 | 1011000 | 1010100 |
Color Harmonies of #B1D1FA
Complementary color
Monochromatic Colors of #B1D1FA
Black with #B1D1FA
Text Example
Text Example
White with #B1D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D1FA; }
p { color: rgb(177,209,250); }
H1.HeaderClassName
{
color: #B1D1FA;
}
.AnyTagClassName
{
color: #B1D1FA;
}
</style>
background-color css
<style>
a { background-color: #B1D1FA; }
a { background-color: rgb(177,209,250); }
div.DivClassName
{
background-color: #B1D1FA;
}
.BgClassName
{
background-color: #B1D1FA;
}
</style>
border-color css
<style>
span { border-color: #B1D1FA; }
span { border-color: rgb(177,209,250); }
td.TdClassName
{
border-color: #B1D1FA;
}
.TagClassName
{
border-color: #B1D1FA;
}
</style>