Html Css Color HEX #B0D1FA Pale Cornflower Blue
📋 copy color: '#B0D1FA'red 176 ◦ green 209 ◦ blue 250
Shades of Pale Cornflower Blue #B0D1FA
Tints of Pale Cornflower Blue #B0D1FA
RGB
CMYK
RGB Variations
Color information
#B0D1FA (or 0xB0D1FA) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and FA. RGB value is (176,209,250). Sum of RGB (Red+Green+Blue) = 176+209+250=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1FA is #4F2E05. Grayscale: #CBCBCB. Windows color (decimal): -5189126 or 16437680. OLE color: 16437680.
HSL color Cylindrical-coordinate representation of color #B0D1FA: hue angle of 213.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D1FA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 209 | 250 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.02 |
| HSL | 213.24º | 0.88% | 0.84% | - |
| HSV(B) | 213.24º | 0.3% | 0.98% | - |
| XYZ | 57.96 | 61.73 | 99.3 | - |
| YUV | 203.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 250 | 0.30 | 0.16 | 0 | 0.02 | 213.24 | 0.88 | 0.84 |
| Hex | B0 | D1 | FA | 1E | 10 | 0 | 2 | D5 | 58 | 54 |
| Octal | 260 | 321 | 372 | 36 | 20 | 0 | 2 | 325 | 130 | 124 |
| Binary | 10110000 | 11010001 | 11111010 | 11110 | 10000 | 0 | 10 | 11010101 | 1011000 | 1010100 |
Color Harmonies of #B0D1FA
Complementary color
Monochromatic Colors of #B0D1FA
Black with #B0D1FA
Text Example
Text Example
White with #B0D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1FA; }
p { color: rgb(176,209,250); }
H1.HeaderClassName
{
color: #B0D1FA;
}
.AnyTagClassName
{
color: #B0D1FA;
}
</style>
background-color css
<style>
a { background-color: #B0D1FA; }
a { background-color: rgb(176,209,250); }
div.DivClassName
{
background-color: #B0D1FA;
}
.BgClassName
{
background-color: #B0D1FA;
}
</style>
border-color css
<style>
span { border-color: #B0D1FA; }
span { border-color: rgb(176,209,250); }
td.TdClassName
{
border-color: #B0D1FA;
}
.TagClassName
{
border-color: #B0D1FA;
}
</style>