Shades of French Pass #ABCBDB
Tints of French Pass #ABCBDB
RGB
CMYK
RGB Variations
Color information
#ABCBDB (or 0xABCBDB) is known color: French Pass. HEX triplet: AB, CB and DB. RGB value is (171,203,219). Sum of RGB (Red+Green+Blue) = 171+203+219=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDB is #543424. Grayscale: #C3C3C3. Windows color (decimal): -5518373 or 14404523. OLE color: 14404523.
HSL color Cylindrical-coordinate representation of color #ABCBDB: hue angle of 200º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCBDB is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 203 | 219 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.14 |
| HSL | 200º | 0.4% | 0.76% | - |
| HSV(B) | 200º | 0.22% | 0.86% | - |
| XYZ | 50.94 | 56.48 | 75.24 | - |
| YUV | 195.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 219 | 0.22 | 0.07 | 0 | 0.14 | 200 | 0.4 | 0.76 |
| Hex | AB | CB | DB | 16 | 7 | 0 | E | C8 | 28 | 4C |
| Octal | 253 | 313 | 333 | 26 | 7 | 0 | 16 | 310 | 50 | 114 |
| Binary | 10101011 | 11001011 | 11011011 | 10110 | 111 | 0 | 1110 | 11001000 | 101000 | 1001100 |
Color Harmonies of #ABCBDB
Complementary color
Monochromatic Colors of #ABCBDB
Black with #ABCBDB
Text Example
Text Example
White with #ABCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBDB; }
p { color: rgb(171,203,219); }
H1.HeaderClassName
{
color: #ABCBDB;
}
.AnyTagClassName
{
color: #ABCBDB;
}
</style>
background-color css
<style>
a { background-color: #ABCBDB; }
a { background-color: rgb(171,203,219); }
div.DivClassName
{
background-color: #ABCBDB;
}
.BgClassName
{
background-color: #ABCBDB;
}
</style>
border-color css
<style>
span { border-color: #ABCBDB; }
span { border-color: rgb(171,203,219); }
td.TdClassName
{
border-color: #ABCBDB;
}
.TagClassName
{
border-color: #ABCBDB;
}
</style>