Html Css Color HEX #B2D1FA Pale Cornflower Blue
📋 copy color: '#B2D1FA'red 178 ◦ green 209 ◦ blue 250
Shades of Pale Cornflower Blue #B2D1FA
Tints of Pale Cornflower Blue #B2D1FA
RGB
CMYK
RGB Variations
Color information
#B2D1FA (or 0xB2D1FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D1 and FA. RGB value is (178,209,250). Sum of RGB (Red+Green+Blue) = 178+209+250=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D1FA is #4D2E05. Grayscale: #CCCCCC. Windows color (decimal): -5058054 or 16437682. OLE color: 16437682.
HSL color Cylindrical-coordinate representation of color #B2D1FA: hue angle of 214.17º 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 #B2D1FA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 209 | 250 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.02 |
| HSL | 214.17º | 0.88% | 0.84% | - |
| HSV(B) | 214.17º | 0.29% | 0.98% | - |
| XYZ | 58.42 | 61.97 | 99.32 | - |
| YUV | 204.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 250 | 0.29 | 0.16 | 0 | 0.02 | 214.17 | 0.88 | 0.84 |
| Hex | B2 | D1 | FA | 1D | 10 | 0 | 2 | D6 | 58 | 54 |
| Octal | 262 | 321 | 372 | 35 | 20 | 0 | 2 | 326 | 130 | 124 |
| Binary | 10110010 | 11010001 | 11111010 | 11101 | 10000 | 0 | 10 | 11010110 | 1011000 | 1010100 |
Color Harmonies of #B2D1FA
Complementary color
Monochromatic Colors of #B2D1FA
Black with #B2D1FA
Text Example
Text Example
White with #B2D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1FA; }
p { color: rgb(178,209,250); }
H1.HeaderClassName
{
color: #B2D1FA;
}
.AnyTagClassName
{
color: #B2D1FA;
}
</style>
background-color css
<style>
a { background-color: #B2D1FA; }
a { background-color: rgb(178,209,250); }
div.DivClassName
{
background-color: #B2D1FA;
}
.BgClassName
{
background-color: #B2D1FA;
}
</style>
border-color css
<style>
span { border-color: #B2D1FA; }
span { border-color: rgb(178,209,250); }
td.TdClassName
{
border-color: #B2D1FA;
}
.TagClassName
{
border-color: #B2D1FA;
}
</style>