Html Css Color HEX #B0CFE8 Pale Cornflower Blue
📋 copy color: '#B0CFE8'red 176 ◦ green 207 ◦ blue 232
Shades of Pale Cornflower Blue #B0CFE8
Tints of Pale Cornflower Blue #B0CFE8
RGB
CMYK
RGB Variations
Color information
#B0CFE8 (or 0xB0CFE8) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and E8. RGB value is (176,207,232). Sum of RGB (Red+Green+Blue) = 176+207+232=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #B0CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFE8 is #4F3017. Grayscale: #C8C8C8. Windows color (decimal): -5189656 or 15257520. OLE color: 15257520.
HSL color Cylindrical-coordinate representation of color #B0CFE8: hue angle of 206.79º degrees, saturation: 0.55, 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 #B0CFE8 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 207 | 232 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.09 |
| HSL | 206.79º | 0.55% | 0.8% | - |
| HSV(B) | 206.79º | 0.24% | 0.91% | - |
| XYZ | 54.78 | 59.68 | 84.98 | - |
| YUV | 200.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 232 | 0.24 | 0.11 | 0 | 0.09 | 206.79 | 0.55 | 0.8 |
| Hex | B0 | CF | E8 | 18 | B | 0 | 9 | CF | 37 | 50 |
| Octal | 260 | 317 | 350 | 30 | 13 | 0 | 11 | 317 | 67 | 120 |
| Binary | 10110000 | 11001111 | 11101000 | 11000 | 1011 | 0 | 1001 | 11001111 | 110111 | 1010000 |
Color Harmonies of #B0CFE8
Complementary color
Monochromatic Colors of #B0CFE8
Black with #B0CFE8
Text Example
Text Example
White with #B0CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFE8; }
p { color: rgb(176,207,232); }
H1.HeaderClassName
{
color: #B0CFE8;
}
.AnyTagClassName
{
color: #B0CFE8;
}
</style>
background-color css
<style>
a { background-color: #B0CFE8; }
a { background-color: rgb(176,207,232); }
div.DivClassName
{
background-color: #B0CFE8;
}
.BgClassName
{
background-color: #B0CFE8;
}
</style>
border-color css
<style>
span { border-color: #B0CFE8; }
span { border-color: rgb(176,207,232); }
td.TdClassName
{
border-color: #B0CFE8;
}
.TagClassName
{
border-color: #B0CFE8;
}
</style>