Html Css Color HEX #B0D2FA Pale Cornflower Blue
📋 copy color: '#B0D2FA'red 176 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #B0D2FA
Tints of Pale Cornflower Blue #B0D2FA
RGB
CMYK
RGB Variations
Color information
#B0D2FA (or 0xB0D2FA) is known color: Pale Cornflower Blue. HEX triplet: B0, D2 and FA. RGB value is (176,210,250). Sum of RGB (Red+Green+Blue) = 176+210+250=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D2FA is #4F2D05. Grayscale: #CCCCCC. Windows color (decimal): -5188870 or 16437936. OLE color: 16437936.
HSL color Cylindrical-coordinate representation of color #B0D2FA: hue angle of 212.43º degrees, saturation: 0.88, 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 #B0D2FA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 210 | 250 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.02 |
| HSL | 212.43º | 0.88% | 0.84% | - |
| HSV(B) | 212.43º | 0.3% | 0.98% | - |
| XYZ | 58.21 | 62.23 | 99.39 | - |
| YUV | 204.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 250 | 0.30 | 0.16 | 0 | 0.02 | 212.43 | 0.88 | 0.84 |
| Hex | B0 | D2 | FA | 1E | 10 | 0 | 2 | D4 | 58 | 54 |
| Octal | 260 | 322 | 372 | 36 | 20 | 0 | 2 | 324 | 130 | 124 |
| Binary | 10110000 | 11010010 | 11111010 | 11110 | 10000 | 0 | 10 | 11010100 | 1011000 | 1010100 |
Color Harmonies of #B0D2FA
Complementary color
Monochromatic Colors of #B0D2FA
Black with #B0D2FA
Text Example
Text Example
White with #B0D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2FA; }
p { color: rgb(176,210,250); }
H1.HeaderClassName
{
color: #B0D2FA;
}
.AnyTagClassName
{
color: #B0D2FA;
}
</style>
background-color css
<style>
a { background-color: #B0D2FA; }
a { background-color: rgb(176,210,250); }
div.DivClassName
{
background-color: #B0D2FA;
}
.BgClassName
{
background-color: #B0D2FA;
}
</style>
border-color css
<style>
span { border-color: #B0D2FA; }
span { border-color: rgb(176,210,250); }
td.TdClassName
{
border-color: #B0D2FA;
}
.TagClassName
{
border-color: #B0D2FA;
}
</style>