Html Css Color HEX #B0D2EF Pale Cornflower Blue
📋 copy color: '#B0D2EF'red 176 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #B0D2EF
Tints of Pale Cornflower Blue #B0D2EF
RGB
CMYK
RGB Variations
Color information
#B0D2EF (or 0xB0D2EF) is known color: Pale Cornflower Blue. HEX triplet: B0, D2 and EF. RGB value is (176,210,239). Sum of RGB (Red+Green+Blue) = 176+210+239=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D2EF is #4F2D10. Grayscale: #CACACA. Windows color (decimal): -5188881 or 15717040. OLE color: 15717040.
HSL color Cylindrical-coordinate representation of color #B0D2EF: hue angle of 207.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D2EF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 210 | 239 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.06 |
| HSL | 207.62º | 0.66% | 0.81% | - |
| HSV(B) | 207.62º | 0.26% | 0.94% | - |
| XYZ | 56.53 | 61.56 | 90.56 | - |
| YUV | 203.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 239 | 0.26 | 0.12 | 0 | 0.06 | 207.62 | 0.66 | 0.81 |
| Hex | B0 | D2 | EF | 1A | C | 0 | 6 | D0 | 42 | 51 |
| Octal | 260 | 322 | 357 | 32 | 14 | 0 | 6 | 320 | 102 | 121 |
| Binary | 10110000 | 11010010 | 11101111 | 11010 | 1100 | 0 | 110 | 11010000 | 1000010 | 1010001 |
Color Harmonies of #B0D2EF
Complementary color
Monochromatic Colors of #B0D2EF
Black with #B0D2EF
Text Example
Text Example
White with #B0D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2EF; }
p { color: rgb(176,210,239); }
H1.HeaderClassName
{
color: #B0D2EF;
}
.AnyTagClassName
{
color: #B0D2EF;
}
</style>
background-color css
<style>
a { background-color: #B0D2EF; }
a { background-color: rgb(176,210,239); }
div.DivClassName
{
background-color: #B0D2EF;
}
.BgClassName
{
background-color: #B0D2EF;
}
</style>
border-color css
<style>
span { border-color: #B0D2EF; }
span { border-color: rgb(176,210,239); }
td.TdClassName
{
border-color: #B0D2EF;
}
.TagClassName
{
border-color: #B0D2EF;
}
</style>