Shades of French Pass #B3CED8
Tints of French Pass #B3CED8
RGB
CMYK
RGB Variations
Color information
#B3CED8 (or 0xB3CED8) is known color: French Pass. HEX triplet: B3, CE and D8. RGB value is (179,206,216). Sum of RGB (Red+Green+Blue) = 179+206+216=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CED8 is #4C3127. Grayscale: #C6C6C6. Windows color (decimal): -4993320 or 14208691. OLE color: 14208691.
HSL color Cylindrical-coordinate representation of color #B3CED8: hue angle of 196.22º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CED8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 206 | 216 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.15 |
| HSL | 196.22º | 0.32% | 0.77% | - |
| HSV(B) | 196.22º | 0.17% | 0.85% | - |
| XYZ | 53.06 | 58.68 | 73.5 | - |
| YUV | 199.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 216 | 0.17 | 0.05 | 0 | 0.15 | 196.22 | 0.32 | 0.77 |
| Hex | B3 | CE | D8 | 11 | 5 | 0 | F | C4 | 20 | 4D |
| Octal | 263 | 316 | 330 | 21 | 5 | 0 | 17 | 304 | 40 | 115 |
| Binary | 10110011 | 11001110 | 11011000 | 10001 | 101 | 0 | 1111 | 11000100 | 100000 | 1001101 |
Color Harmonies of #B3CED8
Complementary color
Monochromatic Colors of #B3CED8
Black with #B3CED8
Text Example
Text Example
White with #B3CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CED8; }
p { color: rgb(179,206,216); }
H1.HeaderClassName
{
color: #B3CED8;
}
.AnyTagClassName
{
color: #B3CED8;
}
</style>
background-color css
<style>
a { background-color: #B3CED8; }
a { background-color: rgb(179,206,216); }
div.DivClassName
{
background-color: #B3CED8;
}
.BgClassName
{
background-color: #B3CED8;
}
</style>
border-color css
<style>
span { border-color: #B3CED8; }
span { border-color: rgb(179,206,216); }
td.TdClassName
{
border-color: #B3CED8;
}
.TagClassName
{
border-color: #B3CED8;
}
</style>