Html Css Color HEX #B0D5ED Pale Cornflower Blue
📋 copy color: '#B0D5ED'red 176 ◦ green 213 ◦ blue 237
Shades of Pale Cornflower Blue #B0D5ED
Tints of Pale Cornflower Blue #B0D5ED
RGB
CMYK
RGB Variations
Color information
#B0D5ED (or 0xB0D5ED) is known color: Pale Cornflower Blue. HEX triplet: B0, D5 and ED. RGB value is (176,213,237). Sum of RGB (Red+Green+Blue) = 176+213+237=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D5ED is #4F2A12. Grayscale: #CCCCCC. Windows color (decimal): -5188115 or 15586736. OLE color: 15586736.
HSL color Cylindrical-coordinate representation of color #B0D5ED: hue angle of 203.61º degrees, saturation: 0.63, 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 #B0D5ED is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 213 | 237 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.07 |
| HSL | 203.61º | 0.63% | 0.81% | - |
| HSV(B) | 203.61º | 0.26% | 0.93% | - |
| XYZ | 56.98 | 62.93 | 89.26 | - |
| YUV | 204.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 237 | 0.26 | 0.10 | 0 | 0.07 | 203.61 | 0.63 | 0.81 |
| Hex | B0 | D5 | ED | 1A | A | 0 | 7 | CC | 3F | 51 |
| Octal | 260 | 325 | 355 | 32 | 12 | 0 | 7 | 314 | 77 | 121 |
| Binary | 10110000 | 11010101 | 11101101 | 11010 | 1010 | 0 | 111 | 11001100 | 111111 | 1010001 |
Color Harmonies of #B0D5ED
Complementary color
Monochromatic Colors of #B0D5ED
Black with #B0D5ED
Text Example
Text Example
White with #B0D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5ED; }
p { color: rgb(176,213,237); }
H1.HeaderClassName
{
color: #B0D5ED;
}
.AnyTagClassName
{
color: #B0D5ED;
}
</style>
background-color css
<style>
a { background-color: #B0D5ED; }
a { background-color: rgb(176,213,237); }
div.DivClassName
{
background-color: #B0D5ED;
}
.BgClassName
{
background-color: #B0D5ED;
}
</style>
border-color css
<style>
span { border-color: #B0D5ED; }
span { border-color: rgb(176,213,237); }
td.TdClassName
{
border-color: #B0D5ED;
}
.TagClassName
{
border-color: #B0D5ED;
}
</style>