Html Css Color HEX #B2D7FA Pale Cornflower Blue
📋 copy color: '#B2D7FA'red 178 ◦ green 215 ◦ blue 250
Shades of Pale Cornflower Blue #B2D7FA
Tints of Pale Cornflower Blue #B2D7FA
RGB
CMYK
RGB Variations
Color information
#B2D7FA (or 0xB2D7FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D7 and FA. RGB value is (178,215,250). Sum of RGB (Red+Green+Blue) = 178+215+250=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D7FA is #4D2805. Grayscale: #CFCFCF. Windows color (decimal): -5056518 or 16439218. OLE color: 16439218.
HSL color Cylindrical-coordinate representation of color #B2D7FA: hue angle of 209.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 #B2D7FA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 215 | 250 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.02 |
| HSL | 209.17º | 0.88% | 0.84% | - |
| HSV(B) | 209.17º | 0.29% | 0.98% | - |
| XYZ | 59.92 | 64.97 | 99.82 | - |
| YUV | 207.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 250 | 0.29 | 0.14 | 0 | 0.02 | 209.17 | 0.88 | 0.84 |
| Hex | B2 | D7 | FA | 1D | E | 0 | 2 | D1 | 58 | 54 |
| Octal | 262 | 327 | 372 | 35 | 16 | 0 | 2 | 321 | 130 | 124 |
| Binary | 10110010 | 11010111 | 11111010 | 11101 | 1110 | 0 | 10 | 11010001 | 1011000 | 1010100 |
Color Harmonies of #B2D7FA
Complementary color
Monochromatic Colors of #B2D7FA
Black with #B2D7FA
Text Example
Text Example
White with #B2D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D7FA; }
p { color: rgb(178,215,250); }
H1.HeaderClassName
{
color: #B2D7FA;
}
.AnyTagClassName
{
color: #B2D7FA;
}
</style>
background-color css
<style>
a { background-color: #B2D7FA; }
a { background-color: rgb(178,215,250); }
div.DivClassName
{
background-color: #B2D7FA;
}
.BgClassName
{
background-color: #B2D7FA;
}
</style>
border-color css
<style>
span { border-color: #B2D7FA; }
span { border-color: rgb(178,215,250); }
td.TdClassName
{
border-color: #B2D7FA;
}
.TagClassName
{
border-color: #B2D7FA;
}
</style>