Html Css Color HEX #B2D8F9 Pale Cornflower Blue
📋 copy color: '#B2D8F9'red 178 ◦ green 216 ◦ blue 249
Shades of Pale Cornflower Blue #B2D8F9
Tints of Pale Cornflower Blue #B2D8F9
RGB
CMYK
RGB Variations
Color information
#B2D8F9 (or 0xB2D8F9) is known color: Pale Cornflower Blue. HEX triplet: B2, D8 and F9. RGB value is (178,216,249). Sum of RGB (Red+Green+Blue) = 178+216+249=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2D8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D8F9 is #4D2706. Grayscale: #D0D0D0. Windows color (decimal): -5056263 or 16373938. OLE color: 16373938.
HSL color Cylindrical-coordinate representation of color #B2D8F9: hue angle of 207.89º degrees, saturation: 0.86, 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 #B2D8F9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 216 | 249 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.02 |
| HSL | 207.89º | 0.86% | 0.84% | - |
| HSV(B) | 207.89º | 0.29% | 0.98% | - |
| XYZ | 60.01 | 65.42 | 99.09 | - |
| YUV | 208.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 249 | 0.29 | 0.13 | 0 | 0.02 | 207.89 | 0.86 | 0.84 |
| Hex | B2 | D8 | F9 | 1D | D | 0 | 2 | D0 | 56 | 54 |
| Octal | 262 | 330 | 371 | 35 | 15 | 0 | 2 | 320 | 126 | 124 |
| Binary | 10110010 | 11011000 | 11111001 | 11101 | 1101 | 0 | 10 | 11010000 | 1010110 | 1010100 |
Color Harmonies of #B2D8F9
Complementary color
Monochromatic Colors of #B2D8F9
Black with #B2D8F9
Text Example
Text Example
White with #B2D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D8F9; }
p { color: rgb(178,216,249); }
H1.HeaderClassName
{
color: #B2D8F9;
}
.AnyTagClassName
{
color: #B2D8F9;
}
</style>
background-color css
<style>
a { background-color: #B2D8F9; }
a { background-color: rgb(178,216,249); }
div.DivClassName
{
background-color: #B2D8F9;
}
.BgClassName
{
background-color: #B2D8F9;
}
</style>
border-color css
<style>
span { border-color: #B2D8F9; }
span { border-color: rgb(178,216,249); }
td.TdClassName
{
border-color: #B2D8F9;
}
.TagClassName
{
border-color: #B2D8F9;
}
</style>