Html Css Color HEX #B1CDFE Pale Cornflower Blue
📋 copy color: '#B1CDFE'red 177 ◦ green 205 ◦ blue 254
Shades of Pale Cornflower Blue #B1CDFE
Tints of Pale Cornflower Blue #B1CDFE
RGB
CMYK
RGB Variations
Color information
#B1CDFE (or 0xB1CDFE) is known color: Pale Cornflower Blue. HEX triplet: B1, CD and FE. RGB value is (177,205,254). Sum of RGB (Red+Green+Blue) = 177+205+254=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDFE is #4E3201. Grayscale: #C9C9C9. Windows color (decimal): -5124610 or 16698801. OLE color: 16698801.
HSL color Cylindrical-coordinate representation of color #B1CDFE: hue angle of 218.18º 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 #B1CDFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 205 | 254 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.00 |
| HSL | 218.18º | 0.97% | 0.85% | - |
| HSV(B) | 218.18º | 0.3% | 1% | - |
| XYZ | 57.85 | 60.17 | 102.33 | - |
| YUV | 202.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 254 | 0.30 | 0.19 | 0 | 0.00 | 218.18 | 0.97 | 0.85 |
| Hex | B1 | CD | FE | 1E | 13 | 0 | 0 | DA | 61 | 55 |
| Octal | 261 | 315 | 376 | 36 | 23 | 0 | 0 | 332 | 141 | 125 |
| Binary | 10110001 | 11001101 | 11111110 | 11110 | 10011 | 0 | 0 | 11011010 | 1100001 | 1010101 |
Color Harmonies of #B1CDFE
Complementary color
Monochromatic Colors of #B1CDFE
Black with #B1CDFE
Text Example
Text Example
White with #B1CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDFE; }
p { color: rgb(177,205,254); }
H1.HeaderClassName
{
color: #B1CDFE;
}
.AnyTagClassName
{
color: #B1CDFE;
}
</style>
background-color css
<style>
a { background-color: #B1CDFE; }
a { background-color: rgb(177,205,254); }
div.DivClassName
{
background-color: #B1CDFE;
}
.BgClassName
{
background-color: #B1CDFE;
}
</style>
border-color css
<style>
span { border-color: #B1CDFE; }
span { border-color: rgb(177,205,254); }
td.TdClassName
{
border-color: #B1CDFE;
}
.TagClassName
{
border-color: #B1CDFE;
}
</style>