Html Css Color HEX #B2D1FE Pale Cornflower Blue
📋 copy color: '#B2D1FE'red 178 ◦ green 209 ◦ blue 254
Shades of Pale Cornflower Blue #B2D1FE
Tints of Pale Cornflower Blue #B2D1FE
RGB
CMYK
RGB Variations
Color information
#B2D1FE (or 0xB2D1FE) is known color: Pale Cornflower Blue. HEX triplet: B2, D1 and FE. RGB value is (178,209,254). Sum of RGB (Red+Green+Blue) = 178+209+254=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D1FE is #4D2E01. Grayscale: #CCCCCC. Windows color (decimal): -5058050 or 16699826. OLE color: 16699826.
HSL color Cylindrical-coordinate representation of color #B2D1FE: hue angle of 215.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D1FE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 209 | 254 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.00 |
| HSL | 215.53º | 0.97% | 0.85% | - |
| HSV(B) | 215.53º | 0.3% | 1% | - |
| XYZ | 59.05 | 62.22 | 102.66 | - |
| YUV | 204.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 254 | 0.30 | 0.18 | 0 | 0.00 | 215.53 | 0.97 | 0.85 |
| Hex | B2 | D1 | FE | 1E | 12 | 0 | 0 | D8 | 61 | 55 |
| Octal | 262 | 321 | 376 | 36 | 22 | 0 | 0 | 330 | 141 | 125 |
| Binary | 10110010 | 11010001 | 11111110 | 11110 | 10010 | 0 | 0 | 11011000 | 1100001 | 1010101 |
Color Harmonies of #B2D1FE
Complementary color
Monochromatic Colors of #B2D1FE
Black with #B2D1FE
Text Example
Text Example
White with #B2D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1FE; }
p { color: rgb(178,209,254); }
H1.HeaderClassName
{
color: #B2D1FE;
}
.AnyTagClassName
{
color: #B2D1FE;
}
</style>
background-color css
<style>
a { background-color: #B2D1FE; }
a { background-color: rgb(178,209,254); }
div.DivClassName
{
background-color: #B2D1FE;
}
.BgClassName
{
background-color: #B2D1FE;
}
</style>
border-color css
<style>
span { border-color: #B2D1FE; }
span { border-color: rgb(178,209,254); }
td.TdClassName
{
border-color: #B2D1FE;
}
.TagClassName
{
border-color: #B2D1FE;
}
</style>