Shades of French Pass #ABCBDA
Tints of French Pass #ABCBDA
RGB
CMYK
RGB Variations
Color information
#ABCBDA (or 0xABCBDA) is known color: French Pass. HEX triplet: AB, CB and DA. RGB value is (171,203,218). Sum of RGB (Red+Green+Blue) = 171+203+218=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDA is #543425. Grayscale: #C3C3C3. Windows color (decimal): -5518374 or 14338987. OLE color: 14338987.
HSL color Cylindrical-coordinate representation of color #ABCBDA: hue angle of 199.15º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCBDA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 203 | 218 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.15 |
| HSL | 199.15º | 0.39% | 0.76% | - |
| HSV(B) | 199.15º | 0.22% | 0.85% | - |
| XYZ | 50.81 | 56.43 | 74.54 | - |
| YUV | 195.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 218 | 0.22 | 0.07 | 0 | 0.15 | 199.15 | 0.39 | 0.76 |
| Hex | AB | CB | DA | 16 | 7 | 0 | F | C7 | 27 | 4C |
| Octal | 253 | 313 | 332 | 26 | 7 | 0 | 17 | 307 | 47 | 114 |
| Binary | 10101011 | 11001011 | 11011010 | 10110 | 111 | 0 | 1111 | 11000111 | 100111 | 1001100 |
Color Harmonies of #ABCBDA
Complementary color
Monochromatic Colors of #ABCBDA
Black with #ABCBDA
Text Example
Text Example
White with #ABCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBDA; }
p { color: rgb(171,203,218); }
H1.HeaderClassName
{
color: #ABCBDA;
}
.AnyTagClassName
{
color: #ABCBDA;
}
</style>
background-color css
<style>
a { background-color: #ABCBDA; }
a { background-color: rgb(171,203,218); }
div.DivClassName
{
background-color: #ABCBDA;
}
.BgClassName
{
background-color: #ABCBDA;
}
</style>
border-color css
<style>
span { border-color: #ABCBDA; }
span { border-color: rgb(171,203,218); }
td.TdClassName
{
border-color: #ABCBDA;
}
.TagClassName
{
border-color: #ABCBDA;
}
</style>