Shades of French Pass #B0CDD9
Tints of French Pass #B0CDD9
RGB
CMYK
RGB Variations
Color information
#B0CDD9 (or 0xB0CDD9) is known color: French Pass. HEX triplet: B0, CD and D9. RGB value is (176,205,217). Sum of RGB (Red+Green+Blue) = 176+205+217=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDD9 is #4F3226. Grayscale: #C5C5C5. Windows color (decimal): -5190183 or 14273968. OLE color: 14273968.
HSL color Cylindrical-coordinate representation of color #B0CDD9: hue angle of 197.56º 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 #B0CDD9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 205 | 217 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.15 |
| HSL | 197.56º | 0.35% | 0.77% | - |
| HSV(B) | 197.56º | 0.19% | 0.85% | - |
| XYZ | 52.26 | 57.9 | 74.07 | - |
| YUV | 197.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 217 | 0.19 | 0.06 | 0 | 0.15 | 197.56 | 0.35 | 0.77 |
| Hex | B0 | CD | D9 | 13 | 6 | 0 | F | C6 | 23 | 4D |
| Octal | 260 | 315 | 331 | 23 | 6 | 0 | 17 | 306 | 43 | 115 |
| Binary | 10110000 | 11001101 | 11011001 | 10011 | 110 | 0 | 1111 | 11000110 | 100011 | 1001101 |
Color Harmonies of #B0CDD9
Complementary color
Monochromatic Colors of #B0CDD9
Black with #B0CDD9
Text Example
Text Example
White with #B0CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDD9; }
p { color: rgb(176,205,217); }
H1.HeaderClassName
{
color: #B0CDD9;
}
.AnyTagClassName
{
color: #B0CDD9;
}
</style>
background-color css
<style>
a { background-color: #B0CDD9; }
a { background-color: rgb(176,205,217); }
div.DivClassName
{
background-color: #B0CDD9;
}
.BgClassName
{
background-color: #B0CDD9;
}
</style>
border-color css
<style>
span { border-color: #B0CDD9; }
span { border-color: rgb(176,205,217); }
td.TdClassName
{
border-color: #B0CDD9;
}
.TagClassName
{
border-color: #B0CDD9;
}
</style>