Html Css Color HEX #B0D6FF Pale Cornflower Blue
📋 copy color: '#B0D6FF'red 176 ◦ green 214 ◦ blue 255
Shades of Pale Cornflower Blue #B0D6FF
Tints of Pale Cornflower Blue #B0D6FF
RGB
CMYK
RGB Variations
Color information
#B0D6FF (or 0xB0D6FF) is known color: Pale Cornflower Blue. HEX triplet: B0, D6 and FF. RGB value is (176,214,255). Sum of RGB (Red+Green+Blue) = 176+214+255=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0D6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D6FF is #4F2900. Grayscale: #CFCFCF. Windows color (decimal): -5187841 or 16766640. OLE color: 16766640.
HSL color Cylindrical-coordinate representation of color #B0D6FF: hue angle of 211.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D6FF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 214 | 255 | - |
| CMYK | 0.31 | 0.16 | 0 | 0 |
| HSL | 211.14º | 1% | 0.85% | - |
| HSV(B) | 211.14º | 0.31% | 1% | - |
| XYZ | 60 | 64.54 | 103.9 | - |
| YUV | 207.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 255 | 0.31 | 0.16 | 0 | 0 | 211.14 | 1 | 0.85 |
| Hex | B0 | D6 | FF | 1F | 10 | 0 | 0 | D3 | 64 | 55 |
| Octal | 260 | 326 | 377 | 37 | 20 | 0 | 0 | 323 | 144 | 125 |
| Binary | 10110000 | 11010110 | 11111111 | 11111 | 10000 | 0 | 0 | 11010011 | 1100100 | 1010101 |
Color Harmonies of #B0D6FF
Complementary color
Monochromatic Colors of #B0D6FF
Black with #B0D6FF
Text Example
Text Example
White with #B0D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D6FF; }
p { color: rgb(176,214,255); }
H1.HeaderClassName
{
color: #B0D6FF;
}
.AnyTagClassName
{
color: #B0D6FF;
}
</style>
background-color css
<style>
a { background-color: #B0D6FF; }
a { background-color: rgb(176,214,255); }
div.DivClassName
{
background-color: #B0D6FF;
}
.BgClassName
{
background-color: #B0D6FF;
}
</style>
border-color css
<style>
span { border-color: #B0D6FF; }
span { border-color: rgb(176,214,255); }
td.TdClassName
{
border-color: #B0D6FF;
}
.TagClassName
{
border-color: #B0D6FF;
}
</style>