Html Css Color HEX #B1D1EB Pale Cornflower Blue
📋 copy color: '#B1D1EB'red 177 ◦ green 209 ◦ blue 235
Shades of Pale Cornflower Blue #B1D1EB
Tints of Pale Cornflower Blue #B1D1EB
RGB
CMYK
RGB Variations
Color information
#B1D1EB (or 0xB1D1EB) is known color: Pale Cornflower Blue. HEX triplet: B1, D1 and EB. RGB value is (177,209,235). Sum of RGB (Red+Green+Blue) = 177+209+235=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D1EB is #4E2E14. Grayscale: #CACACA. Windows color (decimal): -5123605 or 15454641. OLE color: 15454641.
HSL color Cylindrical-coordinate representation of color #B1D1EB: hue angle of 206.9º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D1EB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 209 | 235 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.08 |
| HSL | 206.9º | 0.59% | 0.81% | - |
| HSV(B) | 206.9º | 0.25% | 0.92% | - |
| XYZ | 55.93 | 60.95 | 87.41 | - |
| YUV | 202.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 235 | 0.25 | 0.11 | 0 | 0.08 | 206.9 | 0.59 | 0.81 |
| Hex | B1 | D1 | EB | 19 | B | 0 | 8 | CF | 3B | 51 |
| Octal | 261 | 321 | 353 | 31 | 13 | 0 | 10 | 317 | 73 | 121 |
| Binary | 10110001 | 11010001 | 11101011 | 11001 | 1011 | 0 | 1000 | 11001111 | 111011 | 1010001 |
Color Harmonies of #B1D1EB
Complementary color
Monochromatic Colors of #B1D1EB
Black with #B1D1EB
Text Example
Text Example
White with #B1D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D1EB; }
p { color: rgb(177,209,235); }
H1.HeaderClassName
{
color: #B1D1EB;
}
.AnyTagClassName
{
color: #B1D1EB;
}
</style>
background-color css
<style>
a { background-color: #B1D1EB; }
a { background-color: rgb(177,209,235); }
div.DivClassName
{
background-color: #B1D1EB;
}
.BgClassName
{
background-color: #B1D1EB;
}
</style>
border-color css
<style>
span { border-color: #B1D1EB; }
span { border-color: rgb(177,209,235); }
td.TdClassName
{
border-color: #B1D1EB;
}
.TagClassName
{
border-color: #B1D1EB;
}
</style>