Html Css Color HEX #B2D6FA Pale Cornflower Blue
📋 copy color: '#B2D6FA'red 178 ◦ green 214 ◦ blue 250
Shades of Pale Cornflower Blue #B2D6FA
Tints of Pale Cornflower Blue #B2D6FA
RGB
CMYK
RGB Variations
Color information
#B2D6FA (or 0xB2D6FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D6 and FA. RGB value is (178,214,250). Sum of RGB (Red+Green+Blue) = 178+214+250=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D6FA is #4D2905. Grayscale: #CFCFCF. Windows color (decimal): -5056774 or 16438962. OLE color: 16438962.
HSL color Cylindrical-coordinate representation of color #B2D6FA: hue angle of 210º 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 #B2D6FA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 214 | 250 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.02 |
| HSL | 210º | 0.88% | 0.84% | - |
| HSV(B) | 210º | 0.29% | 0.98% | - |
| XYZ | 59.66 | 64.46 | 99.74 | - |
| YUV | 207.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 250 | 0.29 | 0.14 | 0 | 0.02 | 210 | 0.88 | 0.84 |
| Hex | B2 | D6 | FA | 1D | E | 0 | 2 | D2 | 58 | 54 |
| Octal | 262 | 326 | 372 | 35 | 16 | 0 | 2 | 322 | 130 | 124 |
| Binary | 10110010 | 11010110 | 11111010 | 11101 | 1110 | 0 | 10 | 11010010 | 1011000 | 1010100 |
Color Harmonies of #B2D6FA
Complementary color
Monochromatic Colors of #B2D6FA
Black with #B2D6FA
Text Example
Text Example
White with #B2D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6FA; }
p { color: rgb(178,214,250); }
H1.HeaderClassName
{
color: #B2D6FA;
}
.AnyTagClassName
{
color: #B2D6FA;
}
</style>
background-color css
<style>
a { background-color: #B2D6FA; }
a { background-color: rgb(178,214,250); }
div.DivClassName
{
background-color: #B2D6FA;
}
.BgClassName
{
background-color: #B2D6FA;
}
</style>
border-color css
<style>
span { border-color: #B2D6FA; }
span { border-color: rgb(178,214,250); }
td.TdClassName
{
border-color: #B2D6FA;
}
.TagClassName
{
border-color: #B2D6FA;
}
</style>