Html Css Color HEX #B0CDF0 Pale Cornflower Blue
📋 copy color: '#B0CDF0'red 176 ◦ green 205 ◦ blue 240
Shades of Pale Cornflower Blue #B0CDF0
Tints of Pale Cornflower Blue #B0CDF0
RGB
CMYK
RGB Variations
Color information
#B0CDF0 (or 0xB0CDF0) is known color: Pale Cornflower Blue. HEX triplet: B0, CD and F0. RGB value is (176,205,240). Sum of RGB (Red+Green+Blue) = 176+205+240=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CDF0 is #4F320F. Grayscale: #C8C8C8. Windows color (decimal): -5190160 or 15781296. OLE color: 15781296.
HSL color Cylindrical-coordinate representation of color #B0CDF0: hue angle of 212.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CDF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 205 | 240 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.06 |
| HSL | 212.81º | 0.68% | 0.82% | - |
| HSV(B) | 212.81º | 0.27% | 0.94% | - |
| XYZ | 55.46 | 59.18 | 90.94 | - |
| YUV | 200.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 240 | 0.27 | 0.15 | 0 | 0.06 | 212.81 | 0.68 | 0.82 |
| Hex | B0 | CD | F0 | 1B | F | 0 | 6 | D5 | 44 | 52 |
| Octal | 260 | 315 | 360 | 33 | 17 | 0 | 6 | 325 | 104 | 122 |
| Binary | 10110000 | 11001101 | 11110000 | 11011 | 1111 | 0 | 110 | 11010101 | 1000100 | 1010010 |
Color Harmonies of #B0CDF0
Complementary color
Monochromatic Colors of #B0CDF0
Black with #B0CDF0
Text Example
Text Example
White with #B0CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDF0; }
p { color: rgb(176,205,240); }
H1.HeaderClassName
{
color: #B0CDF0;
}
.AnyTagClassName
{
color: #B0CDF0;
}
</style>
background-color css
<style>
a { background-color: #B0CDF0; }
a { background-color: rgb(176,205,240); }
div.DivClassName
{
background-color: #B0CDF0;
}
.BgClassName
{
background-color: #B0CDF0;
}
</style>
border-color css
<style>
span { border-color: #B0CDF0; }
span { border-color: rgb(176,205,240); }
td.TdClassName
{
border-color: #B0CDF0;
}
.TagClassName
{
border-color: #B0CDF0;
}
</style>