Shades of French Pass #B0D1D7
Tints of French Pass #B0D1D7
RGB
CMYK
RGB Variations
Color information
#B0D1D7 (or 0xB0D1D7) is known color: French Pass. HEX triplet: B0, D1 and D7. RGB value is (176,209,215). Sum of RGB (Red+Green+Blue) = 176+209+215=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0D1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1D7 is #4F2E28. Grayscale: #C7C7C7. Windows color (decimal): -5189161 or 14143920. OLE color: 14143920.
HSL color Cylindrical-coordinate representation of color #B0D1D7: hue angle of 189.23º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D1D7 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 209 | 215 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.16 |
| HSL | 189.23º | 0.33% | 0.77% | - |
| HSV(B) | 189.23º | 0.18% | 0.84% | - |
| XYZ | 52.97 | 59.74 | 73.03 | - |
| YUV | 199.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 215 | 0.18 | 0.03 | 0 | 0.16 | 189.23 | 0.33 | 0.77 |
| Hex | B0 | D1 | D7 | 12 | 3 | 0 | 10 | BD | 21 | 4D |
| Octal | 260 | 321 | 327 | 22 | 3 | 0 | 20 | 275 | 41 | 115 |
| Binary | 10110000 | 11010001 | 11010111 | 10010 | 11 | 0 | 10000 | 10111101 | 100001 | 1001101 |
Color Harmonies of #B0D1D7
Complementary color
Monochromatic Colors of #B0D1D7
Black with #B0D1D7
Text Example
Text Example
White with #B0D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1D7; }
p { color: rgb(176,209,215); }
H1.HeaderClassName
{
color: #B0D1D7;
}
.AnyTagClassName
{
color: #B0D1D7;
}
</style>
background-color css
<style>
a { background-color: #B0D1D7; }
a { background-color: rgb(176,209,215); }
div.DivClassName
{
background-color: #B0D1D7;
}
.BgClassName
{
background-color: #B0D1D7;
}
</style>
border-color css
<style>
span { border-color: #B0D1D7; }
span { border-color: rgb(176,209,215); }
td.TdClassName
{
border-color: #B0D1D7;
}
.TagClassName
{
border-color: #B0D1D7;
}
</style>