Shades of French Pass #B0CFD9
Tints of French Pass #B0CFD9
RGB
CMYK
RGB Variations
Color information
#B0CFD9 (or 0xB0CFD9) is known color: French Pass. HEX triplet: B0, CF and D9. RGB value is (176,207,217). Sum of RGB (Red+Green+Blue) = 176+207+217=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0CFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFD9 is #4F3026. Grayscale: #C6C6C6. Windows color (decimal): -5189671 or 14274480. OLE color: 14274480.
HSL color Cylindrical-coordinate representation of color #B0CFD9: hue angle of 194.63º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0CFD9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 207 | 217 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.15 |
| HSL | 194.63º | 0.35% | 0.77% | - |
| HSV(B) | 194.63º | 0.19% | 0.85% | - |
| XYZ | 52.74 | 58.87 | 74.23 | - |
| YUV | 198.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 217 | 0.19 | 0.05 | 0 | 0.15 | 194.63 | 0.35 | 0.77 |
| Hex | B0 | CF | D9 | 13 | 5 | 0 | F | C3 | 23 | 4D |
| Octal | 260 | 317 | 331 | 23 | 5 | 0 | 17 | 303 | 43 | 115 |
| Binary | 10110000 | 11001111 | 11011001 | 10011 | 101 | 0 | 1111 | 11000011 | 100011 | 1001101 |
Color Harmonies of #B0CFD9
Complementary color
Monochromatic Colors of #B0CFD9
Black with #B0CFD9
Text Example
Text Example
White with #B0CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFD9; }
p { color: rgb(176,207,217); }
H1.HeaderClassName
{
color: #B0CFD9;
}
.AnyTagClassName
{
color: #B0CFD9;
}
</style>
background-color css
<style>
a { background-color: #B0CFD9; }
a { background-color: rgb(176,207,217); }
div.DivClassName
{
background-color: #B0CFD9;
}
.BgClassName
{
background-color: #B0CFD9;
}
</style>
border-color css
<style>
span { border-color: #B0CFD9; }
span { border-color: rgb(176,207,217); }
td.TdClassName
{
border-color: #B0CFD9;
}
.TagClassName
{
border-color: #B0CFD9;
}
</style>