Html Css Color HEX #B0CFE6 Pale Cornflower Blue
📋 copy color: '#B0CFE6'red 176 ◦ green 207 ◦ blue 230
Shades of Pale Cornflower Blue #B0CFE6
Tints of Pale Cornflower Blue #B0CFE6
RGB
CMYK
RGB Variations
Color information
#B0CFE6 (or 0xB0CFE6) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and E6. RGB value is (176,207,230). Sum of RGB (Red+Green+Blue) = 176+207+230=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0CFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFE6 is #4F3019. Grayscale: #C8C8C8. Windows color (decimal): -5189658 or 15126448. OLE color: 15126448.
HSL color Cylindrical-coordinate representation of color #B0CFE6: hue angle of 205.56º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CFE6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 207 | 230 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.10 |
| HSL | 205.56º | 0.52% | 0.8% | - |
| HSV(B) | 205.56º | 0.23% | 0.9% | - |
| XYZ | 54.5 | 59.57 | 83.49 | - |
| YUV | 200.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 230 | 0.23 | 0.10 | 0 | 0.10 | 205.56 | 0.52 | 0.8 |
| Hex | B0 | CF | E6 | 17 | A | 0 | A | CE | 34 | 50 |
| Octal | 260 | 317 | 346 | 27 | 12 | 0 | 12 | 316 | 64 | 120 |
| Binary | 10110000 | 11001111 | 11100110 | 10111 | 1010 | 0 | 1010 | 11001110 | 110100 | 1010000 |
Color Harmonies of #B0CFE6
Complementary color
Monochromatic Colors of #B0CFE6
Black with #B0CFE6
Text Example
Text Example
White with #B0CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFE6; }
p { color: rgb(176,207,230); }
H1.HeaderClassName
{
color: #B0CFE6;
}
.AnyTagClassName
{
color: #B0CFE6;
}
</style>
background-color css
<style>
a { background-color: #B0CFE6; }
a { background-color: rgb(176,207,230); }
div.DivClassName
{
background-color: #B0CFE6;
}
.BgClassName
{
background-color: #B0CFE6;
}
</style>
border-color css
<style>
span { border-color: #B0CFE6; }
span { border-color: rgb(176,207,230); }
td.TdClassName
{
border-color: #B0CFE6;
}
.TagClassName
{
border-color: #B0CFE6;
}
</style>