Html Css Color HEX #B1DDFC Pale Cornflower Blue
📋 copy color: '#B1DDFC'red 177 ◦ green 221 ◦ blue 252
Shades of Pale Cornflower Blue #B1DDFC
Tints of Pale Cornflower Blue #B1DDFC
RGB
CMYK
RGB Variations
Color information
#B1DDFC (or 0xB1DDFC) is known color: Pale Cornflower Blue. HEX triplet: B1, DD and FC. RGB value is (177,221,252). Sum of RGB (Red+Green+Blue) = 177+221+252=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDFC is #4E2203. Grayscale: #D3D3D3. Windows color (decimal): -5120516 or 16571825. OLE color: 16571825.
HSL color Cylindrical-coordinate representation of color #B1DDFC: hue angle of 204.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DDFC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 221 | 252 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.01 |
| HSL | 204.8º | 0.93% | 0.84% | - |
| HSV(B) | 204.8º | 0.3% | 0.99% | - |
| XYZ | 61.56 | 68.09 | 101.99 | - |
| YUV | 211.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 252 | 0.30 | 0.12 | 0 | 0.01 | 204.8 | 0.93 | 0.84 |
| Hex | B1 | DD | FC | 1E | C | 0 | 1 | CD | 5D | 54 |
| Octal | 261 | 335 | 374 | 36 | 14 | 0 | 1 | 315 | 135 | 124 |
| Binary | 10110001 | 11011101 | 11111100 | 11110 | 1100 | 0 | 1 | 11001101 | 1011101 | 1010100 |
Color Harmonies of #B1DDFC
Complementary color
Monochromatic Colors of #B1DDFC
Black with #B1DDFC
Text Example
Text Example
White with #B1DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDFC; }
p { color: rgb(177,221,252); }
H1.HeaderClassName
{
color: #B1DDFC;
}
.AnyTagClassName
{
color: #B1DDFC;
}
</style>
background-color css
<style>
a { background-color: #B1DDFC; }
a { background-color: rgb(177,221,252); }
div.DivClassName
{
background-color: #B1DDFC;
}
.BgClassName
{
background-color: #B1DDFC;
}
</style>
border-color css
<style>
span { border-color: #B1DDFC; }
span { border-color: rgb(177,221,252); }
td.TdClassName
{
border-color: #B1DDFC;
}
.TagClassName
{
border-color: #B1DDFC;
}
</style>