Html Css Color HEX #B2D2FA Pale Cornflower Blue
📋 copy color: '#B2D2FA'red 178 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #B2D2FA
Tints of Pale Cornflower Blue #B2D2FA
RGB
CMYK
RGB Variations
Color information
#B2D2FA (or 0xB2D2FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D2 and FA. RGB value is (178,210,250). Sum of RGB (Red+Green+Blue) = 178+210+250=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D2FA is #4D2D05. Grayscale: #CCCCCC. Windows color (decimal): -5057798 or 16437938. OLE color: 16437938.
HSL color Cylindrical-coordinate representation of color #B2D2FA: hue angle of 213.33º 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 #B2D2FA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 210 | 250 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.02 |
| HSL | 213.33º | 0.88% | 0.84% | - |
| HSV(B) | 213.33º | 0.29% | 0.98% | - |
| XYZ | 58.66 | 62.46 | 99.41 | - |
| YUV | 204.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 250 | 0.29 | 0.16 | 0 | 0.02 | 213.33 | 0.88 | 0.84 |
| Hex | B2 | D2 | FA | 1D | 10 | 0 | 2 | D5 | 58 | 54 |
| Octal | 262 | 322 | 372 | 35 | 20 | 0 | 2 | 325 | 130 | 124 |
| Binary | 10110010 | 11010010 | 11111010 | 11101 | 10000 | 0 | 10 | 11010101 | 1011000 | 1010100 |
Color Harmonies of #B2D2FA
Complementary color
Monochromatic Colors of #B2D2FA
Black with #B2D2FA
Text Example
Text Example
White with #B2D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2FA; }
p { color: rgb(178,210,250); }
H1.HeaderClassName
{
color: #B2D2FA;
}
.AnyTagClassName
{
color: #B2D2FA;
}
</style>
background-color css
<style>
a { background-color: #B2D2FA; }
a { background-color: rgb(178,210,250); }
div.DivClassName
{
background-color: #B2D2FA;
}
.BgClassName
{
background-color: #B2D2FA;
}
</style>
border-color css
<style>
span { border-color: #B2D2FA; }
span { border-color: rgb(178,210,250); }
td.TdClassName
{
border-color: #B2D2FA;
}
.TagClassName
{
border-color: #B2D2FA;
}
</style>