Html Css Color HEX #B0D4FB Pale Cornflower Blue
📋 copy color: '#B0D4FB'red 176 ◦ green 212 ◦ blue 251
Shades of Pale Cornflower Blue #B0D4FB
Tints of Pale Cornflower Blue #B0D4FB
RGB
CMYK
RGB Variations
Color information
#B0D4FB (or 0xB0D4FB) is known color: Pale Cornflower Blue. HEX triplet: B0, D4 and FB. RGB value is (176,212,251). Sum of RGB (Red+Green+Blue) = 176+212+251=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4FB is #4F2B04. Grayscale: #CDCDCD. Windows color (decimal): -5188357 or 16503984. OLE color: 16503984.
HSL color Cylindrical-coordinate representation of color #B0D4FB: hue angle of 211.2º degrees, saturation: 0.9, 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 #B0D4FB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 212 | 251 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.02 |
| HSL | 211.2º | 0.9% | 0.84% | - |
| HSV(B) | 211.2º | 0.3% | 0.98% | - |
| XYZ | 58.86 | 63.28 | 100.38 | - |
| YUV | 205.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 251 | 0.30 | 0.16 | 0 | 0.02 | 211.2 | 0.9 | 0.84 |
| Hex | B0 | D4 | FB | 1E | 10 | 0 | 2 | D3 | 5A | 54 |
| Octal | 260 | 324 | 373 | 36 | 20 | 0 | 2 | 323 | 132 | 124 |
| Binary | 10110000 | 11010100 | 11111011 | 11110 | 10000 | 0 | 10 | 11010011 | 1011010 | 1010100 |
Color Harmonies of #B0D4FB
Complementary color
Monochromatic Colors of #B0D4FB
Black with #B0D4FB
Text Example
Text Example
White with #B0D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D4FB; }
p { color: rgb(176,212,251); }
H1.HeaderClassName
{
color: #B0D4FB;
}
.AnyTagClassName
{
color: #B0D4FB;
}
</style>
background-color css
<style>
a { background-color: #B0D4FB; }
a { background-color: rgb(176,212,251); }
div.DivClassName
{
background-color: #B0D4FB;
}
.BgClassName
{
background-color: #B0D4FB;
}
</style>
border-color css
<style>
span { border-color: #B0D4FB; }
span { border-color: rgb(176,212,251); }
td.TdClassName
{
border-color: #B0D4FB;
}
.TagClassName
{
border-color: #B0D4FB;
}
</style>