Shades of French Pass #B5CCD5
Tints of French Pass #B5CCD5
RGB
CMYK
RGB Variations
Color information
#B5CCD5 (or 0xB5CCD5) is known color: French Pass. HEX triplet: B5, CC and D5. RGB value is (181,204,213). Sum of RGB (Red+Green+Blue) = 181+204+213=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #B5CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD5 is #4A332A. Grayscale: #C6C6C6. Windows color (decimal): -4862763 or 14011573. OLE color: 14011573.
HSL color Cylindrical-coordinate representation of color #B5CCD5: hue angle of 196.88º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5CCD5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 204 | 213 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.16 |
| HSL | 196.88º | 0.28% | 0.77% | - |
| HSV(B) | 196.88º | 0.15% | 0.84% | - |
| XYZ | 52.66 | 57.81 | 71.33 | - |
| YUV | 198.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 213 | 0.15 | 0.04 | 0 | 0.16 | 196.88 | 0.28 | 0.77 |
| Hex | B5 | CC | D5 | F | 4 | 0 | 10 | C5 | 1C | 4D |
| Octal | 265 | 314 | 325 | 17 | 4 | 0 | 20 | 305 | 34 | 115 |
| Binary | 10110101 | 11001100 | 11010101 | 1111 | 100 | 0 | 10000 | 11000101 | 11100 | 1001101 |
Color Harmonies of #B5CCD5
Complementary color
Monochromatic Colors of #B5CCD5
Black with #B5CCD5
Text Example
Text Example
White with #B5CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCD5; }
p { color: rgb(181,204,213); }
H1.HeaderClassName
{
color: #B5CCD5;
}
.AnyTagClassName
{
color: #B5CCD5;
}
</style>
background-color css
<style>
a { background-color: #B5CCD5; }
a { background-color: rgb(181,204,213); }
div.DivClassName
{
background-color: #B5CCD5;
}
.BgClassName
{
background-color: #B5CCD5;
}
</style>
border-color css
<style>
span { border-color: #B5CCD5; }
span { border-color: rgb(181,204,213); }
td.TdClassName
{
border-color: #B5CCD5;
}
.TagClassName
{
border-color: #B5CCD5;
}
</style>