Html Css Color HEX #B2D1FB Pale Cornflower Blue
📋 copy color: '#B2D1FB'red 178 ◦ green 209 ◦ blue 251
Shades of Pale Cornflower Blue #B2D1FB
Tints of Pale Cornflower Blue #B2D1FB
RGB
CMYK
RGB Variations
Color information
#B2D1FB (or 0xB2D1FB) is known color: Pale Cornflower Blue. HEX triplet: B2, D1 and FB. RGB value is (178,209,251). Sum of RGB (Red+Green+Blue) = 178+209+251=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2D1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D1FB is #4D2E04. Grayscale: #CCCCCC. Windows color (decimal): -5058053 or 16503218. OLE color: 16503218.
HSL color Cylindrical-coordinate representation of color #B2D1FB: hue angle of 214.52º degrees, saturation: 0.9, 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 #B2D1FB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 209 | 251 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.02 |
| HSL | 214.52º | 0.9% | 0.84% | - |
| HSV(B) | 214.52º | 0.29% | 0.98% | - |
| XYZ | 58.57 | 62.03 | 100.15 | - |
| YUV | 204.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 251 | 0.29 | 0.17 | 0 | 0.02 | 214.52 | 0.9 | 0.84 |
| Hex | B2 | D1 | FB | 1D | 11 | 0 | 2 | D7 | 5A | 54 |
| Octal | 262 | 321 | 373 | 35 | 21 | 0 | 2 | 327 | 132 | 124 |
| Binary | 10110010 | 11010001 | 11111011 | 11101 | 10001 | 0 | 10 | 11010111 | 1011010 | 1010100 |
Color Harmonies of #B2D1FB
Complementary color
Monochromatic Colors of #B2D1FB
Black with #B2D1FB
Text Example
Text Example
White with #B2D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1FB; }
p { color: rgb(178,209,251); }
H1.HeaderClassName
{
color: #B2D1FB;
}
.AnyTagClassName
{
color: #B2D1FB;
}
</style>
background-color css
<style>
a { background-color: #B2D1FB; }
a { background-color: rgb(178,209,251); }
div.DivClassName
{
background-color: #B2D1FB;
}
.BgClassName
{
background-color: #B2D1FB;
}
</style>
border-color css
<style>
span { border-color: #B2D1FB; }
span { border-color: rgb(178,209,251); }
td.TdClassName
{
border-color: #B2D1FB;
}
.TagClassName
{
border-color: #B2D1FB;
}
</style>