Shades of French Pass #B0CCD7
Tints of French Pass #B0CCD7
RGB
CMYK
RGB Variations
Color information
#B0CCD7 (or 0xB0CCD7) is known color: French Pass. HEX triplet: B0, CC and D7. RGB value is (176,204,215). Sum of RGB (Red+Green+Blue) = 176+204+215=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCD7 is #4F3328. Grayscale: #C4C4C4. Windows color (decimal): -5190441 or 14142640. OLE color: 14142640.
HSL color Cylindrical-coordinate representation of color #B0CCD7: hue angle of 196.92º 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 #B0CCD7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 204 | 215 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.16 |
| HSL | 196.92º | 0.33% | 0.77% | - |
| HSV(B) | 196.92º | 0.18% | 0.84% | - |
| XYZ | 51.76 | 57.32 | 72.63 | - |
| YUV | 196.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 215 | 0.18 | 0.05 | 0 | 0.16 | 196.92 | 0.33 | 0.77 |
| Hex | B0 | CC | D7 | 12 | 5 | 0 | 10 | C5 | 21 | 4D |
| Octal | 260 | 314 | 327 | 22 | 5 | 0 | 20 | 305 | 41 | 115 |
| Binary | 10110000 | 11001100 | 11010111 | 10010 | 101 | 0 | 10000 | 11000101 | 100001 | 1001101 |
Color Harmonies of #B0CCD7
Complementary color
Monochromatic Colors of #B0CCD7
Black with #B0CCD7
Text Example
Text Example
White with #B0CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCD7; }
p { color: rgb(176,204,215); }
H1.HeaderClassName
{
color: #B0CCD7;
}
.AnyTagClassName
{
color: #B0CCD7;
}
</style>
background-color css
<style>
a { background-color: #B0CCD7; }
a { background-color: rgb(176,204,215); }
div.DivClassName
{
background-color: #B0CCD7;
}
.BgClassName
{
background-color: #B0CCD7;
}
</style>
border-color css
<style>
span { border-color: #B0CCD7; }
span { border-color: rgb(176,204,215); }
td.TdClassName
{
border-color: #B0CCD7;
}
.TagClassName
{
border-color: #B0CCD7;
}
</style>