Html Css Color HEX #B1D2FE Pale Cornflower Blue
📋 copy color: '#B1D2FE'red 177 ◦ green 210 ◦ blue 254
Shades of Pale Cornflower Blue #B1D2FE
Tints of Pale Cornflower Blue #B1D2FE
RGB
CMYK
RGB Variations
Color information
#B1D2FE (or 0xB1D2FE) is known color: Pale Cornflower Blue. HEX triplet: B1, D2 and FE. RGB value is (177,210,254). Sum of RGB (Red+Green+Blue) = 177+210+254=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 210 (82.42% from 255 or 32.76% 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 #B1D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2FE is #4E2D01. Grayscale: #CCCCCC. Windows color (decimal): -5123330 or 16700081. OLE color: 16700081.
HSL color Cylindrical-coordinate representation of color #B1D2FE: hue angle of 214.29º 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 #B1D2FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 210 | 254 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.00 |
| HSL | 214.29º | 0.97% | 0.85% | - |
| HSV(B) | 214.29º | 0.3% | 1% | - |
| XYZ | 59.07 | 62.6 | 102.74 | - |
| YUV | 205.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 254 | 0.30 | 0.17 | 0 | 0.00 | 214.29 | 0.97 | 0.85 |
| Hex | B1 | D2 | FE | 1E | 11 | 0 | 0 | D6 | 61 | 55 |
| Octal | 261 | 322 | 376 | 36 | 21 | 0 | 0 | 326 | 141 | 125 |
| Binary | 10110001 | 11010010 | 11111110 | 11110 | 10001 | 0 | 0 | 11010110 | 1100001 | 1010101 |
Color Harmonies of #B1D2FE
Complementary color
Monochromatic Colors of #B1D2FE
Black with #B1D2FE
Text Example
Text Example
White with #B1D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D2FE; }
p { color: rgb(177,210,254); }
H1.HeaderClassName
{
color: #B1D2FE;
}
.AnyTagClassName
{
color: #B1D2FE;
}
</style>
background-color css
<style>
a { background-color: #B1D2FE; }
a { background-color: rgb(177,210,254); }
div.DivClassName
{
background-color: #B1D2FE;
}
.BgClassName
{
background-color: #B1D2FE;
}
</style>
border-color css
<style>
span { border-color: #B1D2FE; }
span { border-color: rgb(177,210,254); }
td.TdClassName
{
border-color: #B1D2FE;
}
.TagClassName
{
border-color: #B1D2FE;
}
</style>