Html Css Color HEX #B1CEF9 Pale Cornflower Blue
📋 copy color: '#B1CEF9'red 177 ◦ green 206 ◦ blue 249
Shades of Pale Cornflower Blue #B1CEF9
Tints of Pale Cornflower Blue #B1CEF9
RGB
CMYK
RGB Variations
Color information
#B1CEF9 (or 0xB1CEF9) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and F9. RGB value is (177,206,249). Sum of RGB (Red+Green+Blue) = 177+206+249=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1CEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEF9 is #4E3106. Grayscale: #CACACA. Windows color (decimal): -5124359 or 16371377. OLE color: 16371377.
HSL color Cylindrical-coordinate representation of color #B1CEF9: hue angle of 215.83º 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 #B1CEF9 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 206 | 249 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.02 |
| HSL | 215.83º | 0.86% | 0.84% | - |
| HSV(B) | 215.83º | 0.29% | 0.98% | - |
| XYZ | 57.3 | 60.33 | 98.25 | - |
| YUV | 202.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 249 | 0.29 | 0.17 | 0 | 0.02 | 215.83 | 0.86 | 0.84 |
| Hex | B1 | CE | F9 | 1D | 11 | 0 | 2 | D8 | 56 | 54 |
| Octal | 261 | 316 | 371 | 35 | 21 | 0 | 2 | 330 | 126 | 124 |
| Binary | 10110001 | 11001110 | 11111001 | 11101 | 10001 | 0 | 10 | 11011000 | 1010110 | 1010100 |
Color Harmonies of #B1CEF9
Complementary color
Monochromatic Colors of #B1CEF9
Black with #B1CEF9
Text Example
Text Example
White with #B1CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEF9; }
p { color: rgb(177,206,249); }
H1.HeaderClassName
{
color: #B1CEF9;
}
.AnyTagClassName
{
color: #B1CEF9;
}
</style>
background-color css
<style>
a { background-color: #B1CEF9; }
a { background-color: rgb(177,206,249); }
div.DivClassName
{
background-color: #B1CEF9;
}
.BgClassName
{
background-color: #B1CEF9;
}
</style>
border-color css
<style>
span { border-color: #B1CEF9; }
span { border-color: rgb(177,206,249); }
td.TdClassName
{
border-color: #B1CEF9;
}
.TagClassName
{
border-color: #B1CEF9;
}
</style>