Html Css Color HEX #B1CFFE Pale Cornflower Blue
📋 copy color: '#B1CFFE'red 177 ◦ green 207 ◦ blue 254
Shades of Pale Cornflower Blue #B1CFFE
Tints of Pale Cornflower Blue #B1CFFE
RGB
CMYK
RGB Variations
Color information
#B1CFFE (or 0xB1CFFE) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and FE. RGB value is (177,207,254). Sum of RGB (Red+Green+Blue) = 177+207+254=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFFE is #4E3001. Grayscale: #CBCBCB. Windows color (decimal): -5124098 or 16699313. OLE color: 16699313.
HSL color Cylindrical-coordinate representation of color #B1CFFE: hue angle of 216.62º 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 #B1CFFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 207 | 254 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.00 |
| HSL | 216.62º | 0.97% | 0.85% | - |
| HSV(B) | 216.62º | 0.3% | 1% | - |
| XYZ | 58.33 | 61.13 | 102.49 | - |
| YUV | 203.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 254 | 0.30 | 0.19 | 0 | 0.00 | 216.62 | 0.97 | 0.85 |
| Hex | B1 | CF | FE | 1E | 13 | 0 | 0 | D9 | 61 | 55 |
| Octal | 261 | 317 | 376 | 36 | 23 | 0 | 0 | 331 | 141 | 125 |
| Binary | 10110001 | 11001111 | 11111110 | 11110 | 10011 | 0 | 0 | 11011001 | 1100001 | 1010101 |
Color Harmonies of #B1CFFE
Complementary color
Monochromatic Colors of #B1CFFE
Black with #B1CFFE
Text Example
Text Example
White with #B1CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFFE; }
p { color: rgb(177,207,254); }
H1.HeaderClassName
{
color: #B1CFFE;
}
.AnyTagClassName
{
color: #B1CFFE;
}
</style>
background-color css
<style>
a { background-color: #B1CFFE; }
a { background-color: rgb(177,207,254); }
div.DivClassName
{
background-color: #B1CFFE;
}
.BgClassName
{
background-color: #B1CFFE;
}
</style>
border-color css
<style>
span { border-color: #B1CFFE; }
span { border-color: rgb(177,207,254); }
td.TdClassName
{
border-color: #B1CFFE;
}
.TagClassName
{
border-color: #B1CFFE;
}
</style>