Shades of French Pass #B1CFDB
Tints of French Pass #B1CFDB
RGB
CMYK
RGB Variations
Color information
#B1CFDB (or 0xB1CFDB) is known color: French Pass. HEX triplet: B1, CF and DB. RGB value is (177,207,219). Sum of RGB (Red+Green+Blue) = 177+207+219=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFDB is #4E3024. Grayscale: #C7C7C7. Windows color (decimal): -5124133 or 14405553. OLE color: 14405553.
HSL color Cylindrical-coordinate representation of color #B1CFDB: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CFDB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 207 | 219 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.14 |
| HSL | 197.14º | 0.37% | 0.78% | - |
| HSV(B) | 197.14º | 0.19% | 0.86% | - |
| XYZ | 53.23 | 59.09 | 75.62 | - |
| YUV | 199.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 219 | 0.19 | 0.05 | 0 | 0.14 | 197.14 | 0.37 | 0.78 |
| Hex | B1 | CF | DB | 13 | 5 | 0 | E | C5 | 25 | 4E |
| Octal | 261 | 317 | 333 | 23 | 5 | 0 | 16 | 305 | 45 | 116 |
| Binary | 10110001 | 11001111 | 11011011 | 10011 | 101 | 0 | 1110 | 11000101 | 100101 | 1001110 |
Color Harmonies of #B1CFDB
Complementary color
Monochromatic Colors of #B1CFDB
Black with #B1CFDB
Text Example
Text Example
White with #B1CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFDB; }
p { color: rgb(177,207,219); }
H1.HeaderClassName
{
color: #B1CFDB;
}
.AnyTagClassName
{
color: #B1CFDB;
}
</style>
background-color css
<style>
a { background-color: #B1CFDB; }
a { background-color: rgb(177,207,219); }
div.DivClassName
{
background-color: #B1CFDB;
}
.BgClassName
{
background-color: #B1CFDB;
}
</style>
border-color css
<style>
span { border-color: #B1CFDB; }
span { border-color: rgb(177,207,219); }
td.TdClassName
{
border-color: #B1CFDB;
}
.TagClassName
{
border-color: #B1CFDB;
}
</style>