Html Css Color HEX #B1D4EE Pale Cornflower Blue
📋 copy color: '#B1D4EE'red 177 ◦ green 212 ◦ blue 238
Shades of Pale Cornflower Blue #B1D4EE
Tints of Pale Cornflower Blue #B1D4EE
RGB
CMYK
RGB Variations
Color information
#B1D4EE (or 0xB1D4EE) is known color: Pale Cornflower Blue. HEX triplet: B1, D4 and EE. RGB value is (177,212,238). Sum of RGB (Red+Green+Blue) = 177+212+238=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1D4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D4EE is #4E2B11. Grayscale: #CCCCCC. Windows color (decimal): -5122834 or 15652017. OLE color: 15652017.
HSL color Cylindrical-coordinate representation of color #B1D4EE: hue angle of 205.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D4EE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 212 | 238 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.07 |
| HSL | 205.57º | 0.64% | 0.81% | - |
| HSV(B) | 205.57º | 0.26% | 0.93% | - |
| XYZ | 57.11 | 62.61 | 89.96 | - |
| YUV | 204.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 238 | 0.26 | 0.11 | 0 | 0.07 | 205.57 | 0.64 | 0.81 |
| Hex | B1 | D4 | EE | 1A | B | 0 | 7 | CE | 40 | 51 |
| Octal | 261 | 324 | 356 | 32 | 13 | 0 | 7 | 316 | 100 | 121 |
| Binary | 10110001 | 11010100 | 11101110 | 11010 | 1011 | 0 | 111 | 11001110 | 1000000 | 1010001 |
Color Harmonies of #B1D4EE
Complementary color
Monochromatic Colors of #B1D4EE
Black with #B1D4EE
Text Example
Text Example
White with #B1D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D4EE; }
p { color: rgb(177,212,238); }
H1.HeaderClassName
{
color: #B1D4EE;
}
.AnyTagClassName
{
color: #B1D4EE;
}
</style>
background-color css
<style>
a { background-color: #B1D4EE; }
a { background-color: rgb(177,212,238); }
div.DivClassName
{
background-color: #B1D4EE;
}
.BgClassName
{
background-color: #B1D4EE;
}
</style>
border-color css
<style>
span { border-color: #B1D4EE; }
span { border-color: rgb(177,212,238); }
td.TdClassName
{
border-color: #B1D4EE;
}
.TagClassName
{
border-color: #B1D4EE;
}
</style>