Html Css Color HEX #B0D0E9 Pale Cornflower Blue
📋 copy color: '#B0D0E9'red 176 ◦ green 208 ◦ blue 233
Shades of Pale Cornflower Blue #B0D0E9
Tints of Pale Cornflower Blue #B0D0E9
RGB
CMYK
RGB Variations
Color information
#B0D0E9 (or 0xB0D0E9) is known color: Pale Cornflower Blue. HEX triplet: B0, D0 and E9. RGB value is (176,208,233). Sum of RGB (Red+Green+Blue) = 176+208+233=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #B0D0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D0E9 is #4F2F16. Grayscale: #C9C9C9. Windows color (decimal): -5189399 or 15323312. OLE color: 15323312.
HSL color Cylindrical-coordinate representation of color #B0D0E9: hue angle of 206.32º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0D0E9 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 208 | 233 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.09 |
| HSL | 206.32º | 0.56% | 0.8% | - |
| HSV(B) | 206.32º | 0.24% | 0.91% | - |
| XYZ | 55.17 | 60.23 | 85.81 | - |
| YUV | 201.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 233 | 0.24 | 0.11 | 0 | 0.09 | 206.32 | 0.56 | 0.8 |
| Hex | B0 | D0 | E9 | 18 | B | 0 | 9 | CE | 38 | 50 |
| Octal | 260 | 320 | 351 | 30 | 13 | 0 | 11 | 316 | 70 | 120 |
| Binary | 10110000 | 11010000 | 11101001 | 11000 | 1011 | 0 | 1001 | 11001110 | 111000 | 1010000 |
Color Harmonies of #B0D0E9
Complementary color
Monochromatic Colors of #B0D0E9
Black with #B0D0E9
Text Example
Text Example
White with #B0D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0E9; }
p { color: rgb(176,208,233); }
H1.HeaderClassName
{
color: #B0D0E9;
}
.AnyTagClassName
{
color: #B0D0E9;
}
</style>
background-color css
<style>
a { background-color: #B0D0E9; }
a { background-color: rgb(176,208,233); }
div.DivClassName
{
background-color: #B0D0E9;
}
.BgClassName
{
background-color: #B0D0E9;
}
</style>
border-color css
<style>
span { border-color: #B0D0E9; }
span { border-color: rgb(176,208,233); }
td.TdClassName
{
border-color: #B0D0E9;
}
.TagClassName
{
border-color: #B0D0E9;
}
</style>