Html Css Color HEX #B3D2FA Pale Cornflower Blue
📋 copy color: '#B3D2FA'red 179 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #B3D2FA
Tints of Pale Cornflower Blue #B3D2FA
RGB
CMYK
RGB Variations
Color information
#B3D2FA (or 0xB3D2FA) is known color: Pale Cornflower Blue. HEX triplet: B3, D2 and FA. RGB value is (179,210,250). Sum of RGB (Red+Green+Blue) = 179+210+250=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D2FA is #4C2D05. Grayscale: #CDCDCD. Windows color (decimal): -4992262 or 16437939. OLE color: 16437939.
HSL color Cylindrical-coordinate representation of color #B3D2FA: hue angle of 213.8º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3D2FA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 210 | 250 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.02 |
| HSL | 213.8º | 0.88% | 0.84% | - |
| HSV(B) | 213.8º | 0.28% | 0.98% | - |
| XYZ | 58.89 | 62.58 | 99.42 | - |
| YUV | 205.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 250 | 0.28 | 0.16 | 0 | 0.02 | 213.8 | 0.88 | 0.84 |
| Hex | B3 | D2 | FA | 1C | 10 | 0 | 2 | D6 | 58 | 54 |
| Octal | 263 | 322 | 372 | 34 | 20 | 0 | 2 | 326 | 130 | 124 |
| Binary | 10110011 | 11010010 | 11111010 | 11100 | 10000 | 0 | 10 | 11010110 | 1011000 | 1010100 |
Color Harmonies of #B3D2FA
Complementary color
Monochromatic Colors of #B3D2FA
Black with #B3D2FA
Text Example
Text Example
White with #B3D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D2FA; }
p { color: rgb(179,210,250); }
H1.HeaderClassName
{
color: #B3D2FA;
}
.AnyTagClassName
{
color: #B3D2FA;
}
</style>
background-color css
<style>
a { background-color: #B3D2FA; }
a { background-color: rgb(179,210,250); }
div.DivClassName
{
background-color: #B3D2FA;
}
.BgClassName
{
background-color: #B3D2FA;
}
</style>
border-color css
<style>
span { border-color: #B3D2FA; }
span { border-color: rgb(179,210,250); }
td.TdClassName
{
border-color: #B3D2FA;
}
.TagClassName
{
border-color: #B3D2FA;
}
</style>