Html Css Color HEX #B0D2EE Pale Cornflower Blue
📋 copy color: '#B0D2EE'red 176 ◦ green 210 ◦ blue 238
Shades of Pale Cornflower Blue #B0D2EE
Tints of Pale Cornflower Blue #B0D2EE
RGB
CMYK
RGB Variations
Color information
#B0D2EE (or 0xB0D2EE) is known color: Pale Cornflower Blue. HEX triplet: B0, D2 and EE. RGB value is (176,210,238). Sum of RGB (Red+Green+Blue) = 176+210+238=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D2EE is #4F2D11. Grayscale: #CACACA. Windows color (decimal): -5188882 or 15651504. OLE color: 15651504.
HSL color Cylindrical-coordinate representation of color #B0D2EE: hue angle of 207.1º degrees, saturation: 0.65, 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 #B0D2EE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 210 | 238 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.07 |
| HSL | 207.1º | 0.65% | 0.81% | - |
| HSV(B) | 207.1º | 0.26% | 0.93% | - |
| XYZ | 56.38 | 61.5 | 89.79 | - |
| YUV | 203.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 238 | 0.26 | 0.12 | 0 | 0.07 | 207.1 | 0.65 | 0.81 |
| Hex | B0 | D2 | EE | 1A | C | 0 | 7 | CF | 41 | 51 |
| Octal | 260 | 322 | 356 | 32 | 14 | 0 | 7 | 317 | 101 | 121 |
| Binary | 10110000 | 11010010 | 11101110 | 11010 | 1100 | 0 | 111 | 11001111 | 1000001 | 1010001 |
Color Harmonies of #B0D2EE
Complementary color
Monochromatic Colors of #B0D2EE
Black with #B0D2EE
Text Example
Text Example
White with #B0D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2EE; }
p { color: rgb(176,210,238); }
H1.HeaderClassName
{
color: #B0D2EE;
}
.AnyTagClassName
{
color: #B0D2EE;
}
</style>
background-color css
<style>
a { background-color: #B0D2EE; }
a { background-color: rgb(176,210,238); }
div.DivClassName
{
background-color: #B0D2EE;
}
.BgClassName
{
background-color: #B0D2EE;
}
</style>
border-color css
<style>
span { border-color: #B0D2EE; }
span { border-color: rgb(176,210,238); }
td.TdClassName
{
border-color: #B0D2EE;
}
.TagClassName
{
border-color: #B0D2EE;
}
</style>