Shades of French Pass #B0D2DB
Tints of French Pass #B0D2DB
RGB
CMYK
RGB Variations
Color information
#B0D2DB (or 0xB0D2DB) is known color: French Pass. HEX triplet: B0, D2 and DB. RGB value is (176,210,219). Sum of RGB (Red+Green+Blue) = 176+210+219=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2DB is #4F2D24. Grayscale: #C8C8C8. Windows color (decimal): -5188901 or 14406320. OLE color: 14406320.
HSL color Cylindrical-coordinate representation of color #B0D2DB: hue angle of 192.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D2DB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 210 | 219 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.14 |
| HSL | 192.56º | 0.37% | 0.77% | - |
| HSV(B) | 192.56º | 0.2% | 0.86% | - |
| XYZ | 53.74 | 60.44 | 75.85 | - |
| YUV | 200.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 219 | 0.20 | 0.04 | 0 | 0.14 | 192.56 | 0.37 | 0.77 |
| Hex | B0 | D2 | DB | 14 | 4 | 0 | E | C1 | 25 | 4D |
| Octal | 260 | 322 | 333 | 24 | 4 | 0 | 16 | 301 | 45 | 115 |
| Binary | 10110000 | 11010010 | 11011011 | 10100 | 100 | 0 | 1110 | 11000001 | 100101 | 1001101 |
Color Harmonies of #B0D2DB
Complementary color
Monochromatic Colors of #B0D2DB
Black with #B0D2DB
Text Example
Text Example
White with #B0D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2DB; }
p { color: rgb(176,210,219); }
H1.HeaderClassName
{
color: #B0D2DB;
}
.AnyTagClassName
{
color: #B0D2DB;
}
</style>
background-color css
<style>
a { background-color: #B0D2DB; }
a { background-color: rgb(176,210,219); }
div.DivClassName
{
background-color: #B0D2DB;
}
.BgClassName
{
background-color: #B0D2DB;
}
</style>
border-color css
<style>
span { border-color: #B0D2DB; }
span { border-color: rgb(176,210,219); }
td.TdClassName
{
border-color: #B0D2DB;
}
.TagClassName
{
border-color: #B0D2DB;
}
</style>