Html Css Color HEX #B0D0EF Pale Cornflower Blue
📋 copy color: '#B0D0EF'red 176 ◦ green 208 ◦ blue 239
Shades of Pale Cornflower Blue #B0D0EF
Tints of Pale Cornflower Blue #B0D0EF
RGB
CMYK
RGB Variations
Color information
#B0D0EF (or 0xB0D0EF) is known color: Pale Cornflower Blue. HEX triplet: B0, D0 and EF. RGB value is (176,208,239). Sum of RGB (Red+Green+Blue) = 176+208+239=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D0EF is #4F2F10. Grayscale: #C9C9C9. Windows color (decimal): -5189393 or 15716528. OLE color: 15716528.
HSL color Cylindrical-coordinate representation of color #B0D0EF: hue angle of 209.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D0EF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 208 | 239 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.06 |
| HSL | 209.52º | 0.66% | 0.81% | - |
| HSV(B) | 209.52º | 0.26% | 0.94% | - |
| XYZ | 56.04 | 60.57 | 90.4 | - |
| YUV | 201.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 239 | 0.26 | 0.13 | 0 | 0.06 | 209.52 | 0.66 | 0.81 |
| Hex | B0 | D0 | EF | 1A | D | 0 | 6 | D2 | 42 | 51 |
| Octal | 260 | 320 | 357 | 32 | 15 | 0 | 6 | 322 | 102 | 121 |
| Binary | 10110000 | 11010000 | 11101111 | 11010 | 1101 | 0 | 110 | 11010010 | 1000010 | 1010001 |
Color Harmonies of #B0D0EF
Complementary color
Monochromatic Colors of #B0D0EF
Black with #B0D0EF
Text Example
Text Example
White with #B0D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0EF; }
p { color: rgb(176,208,239); }
H1.HeaderClassName
{
color: #B0D0EF;
}
.AnyTagClassName
{
color: #B0D0EF;
}
</style>
background-color css
<style>
a { background-color: #B0D0EF; }
a { background-color: rgb(176,208,239); }
div.DivClassName
{
background-color: #B0D0EF;
}
.BgClassName
{
background-color: #B0D0EF;
}
</style>
border-color css
<style>
span { border-color: #B0D0EF; }
span { border-color: rgb(176,208,239); }
td.TdClassName
{
border-color: #B0D0EF;
}
.TagClassName
{
border-color: #B0D0EF;
}
</style>