Html Css Color HEX #B0D0ED Pale Cornflower Blue
📋 copy color: '#B0D0ED'red 176 ◦ green 208 ◦ blue 237
Shades of Pale Cornflower Blue #B0D0ED
Tints of Pale Cornflower Blue #B0D0ED
RGB
CMYK
RGB Variations
Color information
#B0D0ED (or 0xB0D0ED) is known color: Pale Cornflower Blue. HEX triplet: B0, D0 and ED. RGB value is (176,208,237). Sum of RGB (Red+Green+Blue) = 176+208+237=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0D0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D0ED is #4F2F12. Grayscale: #C9C9C9. Windows color (decimal): -5189395 or 15585456. OLE color: 15585456.
HSL color Cylindrical-coordinate representation of color #B0D0ED: hue angle of 208.52º degrees, saturation: 0.63, 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 #B0D0ED is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 208 | 237 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.07 |
| HSL | 208.52º | 0.63% | 0.81% | - |
| HSV(B) | 208.52º | 0.26% | 0.93% | - |
| XYZ | 55.75 | 60.46 | 88.85 | - |
| YUV | 201.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 237 | 0.26 | 0.12 | 0 | 0.07 | 208.52 | 0.63 | 0.81 |
| Hex | B0 | D0 | ED | 1A | C | 0 | 7 | D1 | 3F | 51 |
| Octal | 260 | 320 | 355 | 32 | 14 | 0 | 7 | 321 | 77 | 121 |
| Binary | 10110000 | 11010000 | 11101101 | 11010 | 1100 | 0 | 111 | 11010001 | 111111 | 1010001 |
Color Harmonies of #B0D0ED
Complementary color
Monochromatic Colors of #B0D0ED
Black with #B0D0ED
Text Example
Text Example
White with #B0D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0ED; }
p { color: rgb(176,208,237); }
H1.HeaderClassName
{
color: #B0D0ED;
}
.AnyTagClassName
{
color: #B0D0ED;
}
</style>
background-color css
<style>
a { background-color: #B0D0ED; }
a { background-color: rgb(176,208,237); }
div.DivClassName
{
background-color: #B0D0ED;
}
.BgClassName
{
background-color: #B0D0ED;
}
</style>
border-color css
<style>
span { border-color: #B0D0ED; }
span { border-color: rgb(176,208,237); }
td.TdClassName
{
border-color: #B0D0ED;
}
.TagClassName
{
border-color: #B0D0ED;
}
</style>