Html Css Color HEX #B0D1EA Pale Cornflower Blue
📋 copy color: '#B0D1EA'red 176 ◦ green 209 ◦ blue 234
Shades of Pale Cornflower Blue #B0D1EA
Tints of Pale Cornflower Blue #B0D1EA
RGB
CMYK
RGB Variations
Color information
#B0D1EA (or 0xB0D1EA) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and EA. RGB value is (176,209,234). Sum of RGB (Red+Green+Blue) = 176+209+234=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1EA is #4F2E15. Grayscale: #C9C9C9. Windows color (decimal): -5189142 or 15389104. OLE color: 15389104.
HSL color Cylindrical-coordinate representation of color #B0D1EA: hue angle of 205.86º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D1EA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 209 | 234 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.08 |
| HSL | 205.86º | 0.58% | 0.8% | - |
| HSV(B) | 205.86º | 0.25% | 0.92% | - |
| XYZ | 55.56 | 60.77 | 86.64 | - |
| YUV | 201.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 234 | 0.25 | 0.11 | 0 | 0.08 | 205.86 | 0.58 | 0.8 |
| Hex | B0 | D1 | EA | 19 | B | 0 | 8 | CE | 3A | 50 |
| Octal | 260 | 321 | 352 | 31 | 13 | 0 | 10 | 316 | 72 | 120 |
| Binary | 10110000 | 11010001 | 11101010 | 11001 | 1011 | 0 | 1000 | 11001110 | 111010 | 1010000 |
Color Harmonies of #B0D1EA
Complementary color
Monochromatic Colors of #B0D1EA
Black with #B0D1EA
Text Example
Text Example
White with #B0D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1EA; }
p { color: rgb(176,209,234); }
H1.HeaderClassName
{
color: #B0D1EA;
}
.AnyTagClassName
{
color: #B0D1EA;
}
</style>
background-color css
<style>
a { background-color: #B0D1EA; }
a { background-color: rgb(176,209,234); }
div.DivClassName
{
background-color: #B0D1EA;
}
.BgClassName
{
background-color: #B0D1EA;
}
</style>
border-color css
<style>
span { border-color: #B0D1EA; }
span { border-color: rgb(176,209,234); }
td.TdClassName
{
border-color: #B0D1EA;
}
.TagClassName
{
border-color: #B0D1EA;
}
</style>