Html Css Color HEX #B0D3FE Pale Cornflower Blue
📋 copy color: '#B0D3FE'red 176 ◦ green 211 ◦ blue 254
Shades of Pale Cornflower Blue #B0D3FE
Tints of Pale Cornflower Blue #B0D3FE
RGB
CMYK
RGB Variations
Color information
#B0D3FE (or 0xB0D3FE) is known color: Pale Cornflower Blue. HEX triplet: B0, D3 and FE. RGB value is (176,211,254). Sum of RGB (Red+Green+Blue) = 176+211+254=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D3FE is #4F2C01. Grayscale: #CDCDCD. Windows color (decimal): -5188610 or 16700336. OLE color: 16700336.
HSL color Cylindrical-coordinate representation of color #B0D3FE: hue angle of 213.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D3FE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 211 | 254 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.00 |
| HSL | 213.08º | 0.98% | 0.84% | - |
| HSV(B) | 213.08º | 0.31% | 1% | - |
| XYZ | 59.09 | 62.97 | 102.81 | - |
| YUV | 205.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 254 | 0.31 | 0.17 | 0 | 0.00 | 213.08 | 0.98 | 0.84 |
| Hex | B0 | D3 | FE | 1F | 11 | 0 | 0 | D5 | 62 | 54 |
| Octal | 260 | 323 | 376 | 37 | 21 | 0 | 0 | 325 | 142 | 124 |
| Binary | 10110000 | 11010011 | 11111110 | 11111 | 10001 | 0 | 0 | 11010101 | 1100010 | 1010100 |
Color Harmonies of #B0D3FE
Complementary color
Monochromatic Colors of #B0D3FE
Black with #B0D3FE
Text Example
Text Example
White with #B0D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3FE; }
p { color: rgb(176,211,254); }
H1.HeaderClassName
{
color: #B0D3FE;
}
.AnyTagClassName
{
color: #B0D3FE;
}
</style>
background-color css
<style>
a { background-color: #B0D3FE; }
a { background-color: rgb(176,211,254); }
div.DivClassName
{
background-color: #B0D3FE;
}
.BgClassName
{
background-color: #B0D3FE;
}
</style>
border-color css
<style>
span { border-color: #B0D3FE; }
span { border-color: rgb(176,211,254); }
td.TdClassName
{
border-color: #B0D3FE;
}
.TagClassName
{
border-color: #B0D3FE;
}
</style>